Skip to content

Commit

Permalink
Update mods/ntnet/code/NTNet-items.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
LordNest and SuhEugene authored Dec 27, 2023
1 parent 3836a58 commit 43be9ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mods/ntnet/code/NTNet-items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@
ui.open()
ui.set_auto_update(1)

/obj/machinery/door/airlock/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
if (src.isElectrified())
if (istype(mover, /obj/item))
var/obj/item/i = mover
if (i.matter && (MATERIAL_STEEL in i.matter) && i.matter[MATERIAL_STEEL] > 0)
var/datum/effect/spark_spread/s = new /datum/effect/spark_spread
s.set_up(5, 1, src)
s.start()
return ..()

/obj/machinery/door/airlock/examine(mob/user)
. = ..()
Expand Down

0 comments on commit 43be9ed

Please sign in to comment.