mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-17 10:02:41 +01:00
Halloss now decays naturally after hallucinations, to avoid edge cases with other sources.
This commit is contained in:
@@ -963,12 +963,9 @@
|
||||
spawn(rand(20,50))
|
||||
if(C)
|
||||
C.dir = 1
|
||||
if(hallucination <= 2)
|
||||
hallucination -= 2
|
||||
if(hallucination < 0)
|
||||
hallucination = 0
|
||||
halloss = 0
|
||||
else
|
||||
hallucination -= 2
|
||||
|
||||
else
|
||||
for(var/atom/a in hallucinations)
|
||||
qdel(a)
|
||||
|
||||
Reference in New Issue
Block a user