mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fixes a rogue space, and I should really start commenting on things people tell me to revert.
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
// a.hallucinate(src)
|
||||
if(!handling_hal && hallucination > 20)
|
||||
spawn handle_hallucinations() //The not boring kind!
|
||||
hallucination = max(hallucination - 2, 0)
|
||||
hallucination = max(hallucination - 2, 0) // A more compact way of doing it. DMTG
|
||||
//if(health < 0)
|
||||
// for(var/obj/a in hallucinations)
|
||||
// del a
|
||||
|
||||
Reference in New Issue
Block a user