mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
I think I've spotted that fucking bug that was plaguing me.
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@
|
||||
if(handling_hal) return //avoid conflict with actual hallucinations
|
||||
handling_hal = 1
|
||||
|
||||
if(client && feral) // largely a copy of handle_hallucinations() without the fake attackers. Unlike hallucinations, only fires once - if they're still feral they'll get hit again anyway.
|
||||
if(client && feral >= 10) // largely a copy of handle_hallucinations() without the fake attackers. Unlike hallucinations, only fires once - if they're still feral they'll get hit again anyway.
|
||||
sleep(rand(200,500)/(feral/10))
|
||||
var/halpick = rand(1,100)
|
||||
switch(halpick)
|
||||
|
||||
Reference in New Issue
Block a user