Everything else through the door (#19358)

This commit is contained in:
Vi3trice
2022-10-13 15:56:58 -04:00
committed by GitHub
parent 2410930b2b
commit 59dfdba201
134 changed files with 200 additions and 200 deletions
@@ -59,7 +59,7 @@
if(isliving(mover))
shock_field(mover)
if(ismachinery(mover) || istype(mover, /obj/structure) || ismecha(mover))
if(ismachinery(mover) || isstructure(mover) || ismecha(mover))
bump_field(mover)
/obj/machinery/field/containment/proc/set_master(master1,master2)
@@ -90,7 +90,7 @@
if(isliving(mover)) // Don't let mobs through
shock_field(mover)
return 0
if(ismachinery(mover) || istype(mover, /obj/structure) || ismecha(mover))
if(ismachinery(mover) || isstructure(mover) || ismecha(mover))
bump_field(mover)
return 0
return ..()
+1 -1
View File
@@ -91,7 +91,7 @@
return
/obj/singularity/narsie/proc/godsmack(atom/A)
if(istype(A,/obj/))
if(isobj(A))
var/obj/O = A
O.ex_act(1)
if(O) qdel(O)