diff --git a/code/game/objects/items/holosign_creator.dm b/code/game/objects/items/holosign_creator.dm index 048657b2621..d9c8557b2b5 100644 --- a/code/game/objects/items/holosign_creator.dm +++ b/code/game/objects/items/holosign_creator.dm @@ -18,6 +18,10 @@ var/holosign_type = /obj/structure/holosign/wetsign var/holocreator_busy = FALSE //to prevent placing multiple holo barriers at once +/obj/item/holosign_creator/examine(mob/user) + . = ..() + . += "It is currently maintaining [signs.len]/[max_signs] projections." + /obj/item/holosign_creator/afterattack(atom/target, mob/user, proximity_flag) . = ..() if(!proximity_flag)