mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user