mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 01:43:40 +00:00
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
obj/structure
|
|
icon = 'icons/obj/structures.dmi'
|
|
|
|
obj/structure/blob_act()
|
|
if(prob(50))
|
|
qdel(src)
|
|
|
|
obj/structure/ex_act(severity)
|
|
switch(severity)
|
|
if(1.0)
|
|
qdel(src)
|
|
return
|
|
if(2.0)
|
|
if(prob(50))
|
|
qdel(src)
|
|
return
|
|
if(3.0)
|
|
return |