Merge pull request #727 from SkyMarshal/Airlocks

Made appendicitis only happen once, jump to explosion link should work, hallucination improvement/sanchecking, increased the damage of things to pre-nerf levels.
This commit is contained in:
CIB
2012-03-21 10:02:27 -07:00
11 changed files with 63 additions and 55 deletions
+1 -1
View File
@@ -173,7 +173,7 @@
halloss = 0
if(hallucination > 0)
if(hallucinations.len == 0 && hallucination >= 20 && health > 0)
if(hallucination >= 20 && health > 0)
if(prob(2)) //Waaay to often.
fake_attack(src)
//for(var/atom/a in hallucinations)