meteorhit() is kill

This commit is contained in:
Cheridan
2014-04-22 12:16:02 -05:00
parent b441e34d14
commit 4d8160ab14
43 changed files with 8 additions and 289 deletions
@@ -36,8 +36,6 @@
/obj/machinery/field/containment/ex_act(severity)
return 0
/obj/machinery/field/containment/meteorhit()
return 0
/obj/machinery/field/containment/Crossed(atom/movable/mover)
if(isliving(mover))
@@ -88,8 +88,6 @@
src.use_power = 1 */
return 1
/obj/machinery/field/containment/meteorhit()
return 0
/obj/machinery/power/emitter/process()
if(stat & (BROKEN))
@@ -163,11 +163,6 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
return
/obj/structure/particle_accelerator/meteorhit()
if(prob(50))
qdel(src)
return
/obj/structure/particle_accelerator/update_icon()
switch(construction_state)
if(0,1)
@@ -350,12 +345,6 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
return
/obj/machinery/particle_accelerator/meteorhit()
if(prob(50))
qdel(src)
return
/obj/machinery/particle_accelerator/proc/update_state()
return 0