/obj/effect/proc_holder/spell/aoe_turf/knock name = "Knock" desc = "This spell opens nearby doors and does not require wizard garb." school = "transmutation" charge_max = 100 clothes_req = 0 invocation = "AULIE OXIN FIERA" invocation_type = "whisper" range = 3 /obj/effect/proc_holder/spell/aoe_turf/knock/cast(list/targets) for(var/turf/T in targets) for(var/obj/machinery/door/door in T.contents) spawn(1) if(istype(door,/obj/machinery/door/airlock)) door:locked = 0 door.open() return