Skip to content

Commit

Permalink
отвалились правки
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Dec 27, 2023
1 parent efe7b9f commit 67f58e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mods/_master_files/code/game/machinery/doors/_airlock.dm
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
/obj/machinery/door/airlock/examine(mob/user)
. = ..()
if (lock_cut_state == BOLTS_EXPOSED)
to_chat(user, "The bolt cover has been cut open.")
if (lock_cut_state == BOLTS_CUT)
to_chat(user, "The door bolts have been cut.")
if(brace)
to_chat(user, "\The [brace] is installed on \the [src], preventing it from opening.")
brace.examine_damage_state(user)
if(hasHUD(user, HUD_IT) && arePowerSystemsOn())
to_chat(user, SPAN_INFO(SPAN_ITALIC("You may notice a small hologram that says: [NTNet_id]")))

0 comments on commit 67f58e9

Please sign in to comment.