Makes more messages pronoun sensitive
This commit is contained in:
committed by
CitadelStationBot
parent
d574fc5590
commit
b5a95e9da8
@@ -312,7 +312,7 @@
|
||||
|
||||
if(P.is_hot())
|
||||
if(user.has_trait(TRAIT_CLUMSY) && prob(10))
|
||||
user.visible_message("<span class='warning'>[user] accidentally ignites themselves!</span>", \
|
||||
user.visible_message("<span class='warning'>[user] accidentally ignites [user.p_them()]self!</span>", \
|
||||
"<span class='userdanger'>You miss the paper and accidentally light yourself on fire!</span>")
|
||||
user.dropItemToGround(P)
|
||||
user.adjust_fire_stacks(1)
|
||||
|
||||
Reference in New Issue
Block a user