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:
Migratingcocofruit
2025-10-07 17:59:03 +00:00
committed by GitHub
parent 71aa860711
commit a6ab445f8c
7 changed files with 70 additions and 9 deletions
+1
View File
@@ -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.