diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 0b8009da412..46a8ea629f8 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -341,3 +341,7 @@ fluffnotice = "Intellectual Property of Nanotrasen. For use in engineering cyborgs only. Wipe from memory upon departure from the station." /obj/item/areaeditor/blueprints/ce + +/obj/item/areaeditor/blueprints/ce/Initialize(mapload) + . = ..() + ADD_TRAIT(src, TRAIT_SHOW_WIRE_INFO, ROUNDSTART_TRAIT)