Prevent pacified players from throwing dangerous stuff (#22268)

This commit is contained in:
KP
2023-12-11 15:40:22 -08:00
committed by GitHub
parent 5143030baf
commit d0085f9428
9 changed files with 136 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
## Messages shown to Pacified players when they try to do violence:
# With projectiles:
pacified-cannot-throw = You can't bring yourself to throw { THE($projectile) }, that could hurt someone!
# With embedding projectiles:
pacified-cannot-throw-embed = No way you can throw { THE($projectile) }, that could get lodged inside someone!
# With liquid-spilling projectiles:
pacified-cannot-throw-spill = You can't possibly throw { THE($projectile) }, that could spill nasty stuff on someone!
# With bolas and snares:
pacified-cannot-throw-snare = You can't throw { THE($projectile) }, what if someone trips?!