diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index b116a687026..69bdbd563f8 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -648,6 +648,7 @@ else . += "There's a [note.name] pinned to the front..." . += note.examine(user) + . += span_notice("The attached [note.name] can be taken down with some [EXAMINE_HINT("wirecutters")].") if(seal) . += "It's been braced with \a [seal]." if(welded)