From 619774a63f855aa4da5f967e5cbea2eeb19fce2a Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sun, 18 Aug 2019 09:13:25 +0200 Subject: [PATCH] airlock tip --- code/game/machinery/doors/airlock.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index cf580edd5ea..3b1b2d24098 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -516,6 +516,7 @@ About the new airlock wires panel: else to_chat(user, "There's a [note.name] pinned to the front...") note.examine(user) + to_chat(user, "Use an empty hand on the airlock on grab mode to remove [note.name].") if(panel_open) switch(security_level)