diff --git a/code/game/objects/effects/poster.dm b/code/game/objects/effects/poster.dm index 85259b7e0c6..e1ce854ac2b 100644 --- a/code/game/objects/effects/poster.dm +++ b/code/game/objects/effects/poster.dm @@ -20,6 +20,10 @@ var/poster_type var/obj/structure/sign/poster/poster_structure +/obj/item/poster/examine(mob/user) + . = ..() + . += span_notice("You can booby-trap the poster by using a glass shard on it before you put it up.") + /obj/item/poster/Initialize(mapload, obj/structure/sign/poster/new_poster_structure) . = ..()