diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index e671f5d4d11..be755a6a268 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -122,7 +122,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 ruin everithing //var/ma //ma = A.master ? "[A.master]" : "(null)" //world << "DEBUG: create_area: