Fix toilet suicide messages (#6445)

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
This commit is contained in:
wrexbe
2022-02-02 15:14:42 -08:00
committed by GitHub
parent 42102b17c1
commit 42ffae376e
2 changed files with 11 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
## ToiletComponent
toilet-component-on-examine-found-hidden-item = There is [color=darkgreen]something[/color] inside cistern!
toilet-component-suicide-head-message-others = {$victim} sticks their head into {$owner} and flushes it!
toilet-component-suicide-head-message = You stick your head into {$owner} and flush it!
toilet-component-suicide-message-others = {$victim} bashes themselves with {$owner}!
toilet-component-suicide-message = You bash yourself with {$owner}!
toilet-component-suicide-head-message-others = {CAPITALIZE(THE($victim))} sticks their head into {THE($owner)} and flushes it!
toilet-component-suicide-head-message = You stick your head into {THE($owner)} and flush it!
toilet-component-suicide-message-others = {CAPITALIZE(THE($victim))} bashes themselves with {THE($owner)}!
toilet-component-suicide-message = You bash yourself with {THE($owner)}!