mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds additional remedies to more severe symptoms (#30580)
* adds defines and code for physical treatments * adds wetness check and evaporation for combustion symptom * adds sleep as treatment for vomiting * adds treatment to flesheating * adjustments
This commit is contained in:
@@ -681,6 +681,7 @@
|
||||
dreamer.adjustFireLoss(-1 * comfort)
|
||||
if(prob(10) && dreamer.health && dreamer.health_hud_override != HEALTH_HUD_OVERRIDE_CRIT)
|
||||
dreamer.emote("snore")
|
||||
SEND_SIGNAL(owner, COMSIG_MOB_SLEEP_TICK, comfort)
|
||||
|
||||
|
||||
//SLOWED - slows down the victim for a duration and a given slowdown value.
|
||||
|
||||
Reference in New Issue
Block a user