diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 350ff66dac0..c995a91c55e 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -121,7 +121,7 @@ move an amendment to the drawing.
return var/area/A = new A.name = str - A.tag="[A.type]_[md5(str)]" // without this dynamic light system ruin everithing + A.tagbase="[A.type]_[md5(str)]" // without this dynamic light system ruins everything //var/ma //ma = A.master ? "[A.master]" : "(null)" //world << "DEBUG: create_area: