mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 10:12:17 +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 |