mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 12:42:50 +00:00
Swaps emote(me) out for custom_emote().
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
if(inflamed == 1)
|
||||
if(prob(5))
|
||||
to_chat(owner, "<span class='warning'>You feel a stinging pain in your abdomen!</span>")
|
||||
owner.emote("me", 1, "winces slightly.")
|
||||
owner.custom_emote(VISIBLE_MESSAGE, "winces slightly.")
|
||||
if(inflamed > 1)
|
||||
if(prob(3))
|
||||
to_chat(owner, "<span class='warning'>You feel a stabbing pain in your abdomen!</span>")
|
||||
owner.emote("me", 1, "winces painfully.")
|
||||
owner.custom_emote(VISIBLE_MESSAGE, "winces painfully.")
|
||||
owner.adjustToxLoss(1)
|
||||
if(inflamed > 2)
|
||||
if(prob(1))
|
||||
|
||||
Reference in New Issue
Block a user