mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-23 15:52:08 +00:00
18 lines
237 B
Plaintext
18 lines
237 B
Plaintext
/obj/securearea/ex_act(severity)
|
|
switch(severity)
|
|
if(1.0)
|
|
del(src)
|
|
return
|
|
if(2.0)
|
|
del(src)
|
|
return
|
|
if(3.0)
|
|
return
|
|
else
|
|
return
|
|
|
|
/obj/securearea/blob_act()
|
|
if (prob(50))
|
|
del(src)
|
|
return
|
|
return |