mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user