diff --git a/code/game/objects/effects/poster.dm b/code/game/objects/effects/poster.dm index 13a51477ffc..dcf375b31fb 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) . = ..()