mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
@@ -968,8 +968,10 @@
|
|||||||
spawn handle_hallucinations() //The not boring kind!
|
spawn handle_hallucinations() //The not boring kind!
|
||||||
if(client && prob(5))
|
if(client && prob(5))
|
||||||
client.dir = pick(2,4,8)
|
client.dir = pick(2,4,8)
|
||||||
|
var/client/C = client
|
||||||
spawn(rand(20,50))
|
spawn(rand(20,50))
|
||||||
client.dir = 1
|
if(C)
|
||||||
|
C.dir = 1
|
||||||
|
|
||||||
if(hallucination<=2)
|
if(hallucination<=2)
|
||||||
hallucination = 0
|
hallucination = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user