Buffed/bugfixed hallucinations. Uncommented the "Fake Attackers", for the lulz.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3230 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
joe.heinemeyer@gmail.com
2012-03-02 06:37:50 +00:00
parent 113beeb052
commit ba7ff62fb9
5 changed files with 52 additions and 42 deletions
+3 -3
View File
@@ -122,9 +122,9 @@
handle_disabilities()
if(hallucination > 0)
//if(hallucinations.len == 0 && hallucination >= 20 && health > 0)
// if(prob(2))
// fake_attack(src)
if(hallucinations.len == 0 && hallucination >= 20 && health > 0)
if(prob(5))
fake_attack(src)
//for(var/atom/a in hallucinations)
// a.hallucinate(src)
if(!handling_hal && hallucination > 20)