Pacifism rework (#23037)

* Pacifism rework

* grammar
This commit is contained in:
Kara
2023-12-27 02:55:48 -07:00
committed by GitHub
parent 0366d27586
commit faca1d7043
12 changed files with 223 additions and 51 deletions

View File

@@ -2,10 +2,14 @@
## 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!
pacified-cannot-throw = I can't bring myself 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!
pacified-cannot-throw-embed = No way I could 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!
pacified-cannot-throw-spill = I 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?!
pacified-cannot-throw-snare = I can't throw { THE($projectile) }, what if someone trips?!
pacified-cannot-harm-directly = I can't bring myself to hurt { THE($entity) }!
pacified-cannot-harm-indirect = I can't damage { THE($entity) }, it could hurt someone!
pacified-cannot-fire-gun = I can't fire { THE($entity) }, it could hurt someone!