Fixes gamma armoury hatch cheese (#20479)

* Fixes gamma armoury hatch cheese

* mira fix
This commit is contained in:
S34N
2023-03-26 21:08:54 +01:00
committed by GitHub
parent e48f197865
commit fa040cdb65
8 changed files with 24 additions and 77 deletions
-2
View File
@@ -26,8 +26,6 @@
INVOKE_ASYNC(src, PROC_REF(try_open_closet), C)
/obj/effect/proc_holder/spell/aoe/knock/proc/try_open_airlock(obj/machinery/door/door)
if(istype(door, /obj/machinery/door/airlock/hatch/gamma))
return
if(istype(door, /obj/machinery/door/airlock))
var/obj/machinery/door/airlock/A = door
A.unlock(TRUE) //forced because it's magic!