mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Removes more sleeps from init (#17332)
* splits emotes into original (custom_emote) and automatic (automatic_custom_emote) * no copy paste * immunosuprizine touchup * srcining
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
if(inflamed == 1)
|
||||
if(prob(5))
|
||||
to_chat(owner, span_warning("You feel a stinging pain in your abdomen!"))
|
||||
owner.custom_emote(VISIBLE_MESSAGE, "winces slightly.")
|
||||
owner.automatic_custom_emote(VISIBLE_MESSAGE, "winces slightly.", check_stat = TRUE)
|
||||
if(inflamed > 1)
|
||||
if(prob(3))
|
||||
to_chat(owner, span_warning("You feel a stabbing pain in your abdomen!"))
|
||||
owner.custom_emote(VISIBLE_MESSAGE, "winces painfully.")
|
||||
owner.automatic_custom_emote(VISIBLE_MESSAGE, "winces painfully.", check_stat = TRUE)
|
||||
owner.adjustToxLoss(1)
|
||||
if(inflamed > 2)
|
||||
if(prob(1))
|
||||
|
||||
Reference in New Issue
Block a user