the-figment-that-was-is-now-gone

This commit is contained in:
Fox McCloud
2019-10-01 19:08:15 -04:00
parent a469d0fcf2
commit d29be05f74
93 changed files with 367 additions and 824 deletions
-12
View File
@@ -5,18 +5,6 @@
var/mob/climber
var/broken = FALSE
/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
/obj/structure/New()
if (!armor)
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50)