mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
negative hallucination amounts is bad
thanks UC. Negative hallucinations may result in people seeing too much reality.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
on_mob_life(var/mob/living/M as mob)
|
||||
if(!M) M = holder.my_atom
|
||||
M.hallucination -= 10
|
||||
M.hallucination = max(0, M.hallucination - 10)
|
||||
if(src.volume <= 0.1) if(data != -1)
|
||||
data = -1
|
||||
M << "\red Your mind feels a little less stable.."
|
||||
|
||||
Reference in New Issue
Block a user