mirror of
https://github.com/goonstation/goonstation-r4407.git
synced 2026-07-14 15:42:34 +01:00
18 lines
220 B
Plaintext
18 lines
220 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 |