Radiation and hallucinations tweak (#13857)

This commit is contained in:
Doxxmedearly
2022-05-12 14:47:37 -04:00
committed by GitHub
parent 2dddc84244
commit e78018e0b6
3 changed files with 7 additions and 1 deletions

View File

@@ -276,6 +276,8 @@
to_chat(src, "<span class='warning'>You feel strange!</span>")
adjustCloneLoss(5 * RADIATION_SPEED_COEFFICIENT)
emote("gasp")
hallucination = max(hallucination, 20) //At this level, you're in a constant state of low-level hallucinations. As if you didn't have enough problems.
if(damage)
adjustToxLoss(damage * RADIATION_SPEED_COEFFICIENT)