diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index a9559ea01f6..d0b48143418 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -100,10 +100,8 @@ return !density /obj/machinery/door/proc/bumpopen(mob/user as mob) - if(operating) return -// if(user.last_airflow > world.time) //Fakkit //remind me to figure out the linda equiv -// if(user.last_airflow > world.time - zas_settings.Get("airflow_delay")) //Fakkit -// return + if(operating) + return src.add_fingerprint(user) if(!src.requiresID()) user = null diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 8eb555152f2..76a22923f29 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -146,8 +146,8 @@ icon_state = "kiddieplaque" /obj/structure/sign/atmosplaque - name = "\improper FEA Atmospherics Division plaque" - desc = "This plaque commemorates the fall of the Atmos FEA division. For all the charred, dizzy, and brittle men who have died in its hands." + name = "\improper ZAS Atmospherics Division plaque" + desc = "This plaque commemorates the fall of the Atmos ZAS division. For all the charred, dizzy, and brittle men who have died in its horrible hands." icon_state = "atmosplaque" /obj/structure/sign/kidanplaque