mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user