Remove hopefully unused 'unpowered' airlock subtype. (#27732)

This commit is contained in:
warriorstar-orion
2024-12-24 02:14:21 +00:00
committed by GitHub
parent c299d98aed
commit c6fc2fbe00
3 changed files with 2 additions and 23 deletions
-20
View File
@@ -1,20 +0,0 @@
/obj/machinery/door/unpowered
explosion_block = 1
/obj/machinery/door/unpowered/Bumped(atom/AM)
if(locked)
return
..()
/obj/machinery/door/unpowered/attackby__legacy__attackchain(obj/item/I, mob/user, params)
if(locked)
return
else
return ..()
/obj/machinery/door/unpowered/emag_act()
return
/obj/machinery/door/unpowered/shuttle
icon = 'icons/turf/shuttle.dmi'
icon_state = "door1"