From 5a22e5e8dd258498412907732baed3e9fe2ddcce Mon Sep 17 00:00:00 2001 From: Artorp Date: Sat, 9 Aug 2014 09:24:02 +0200 Subject: [PATCH] Station Blueprints fix Fixes the station blueprints. --- code/game/objects/items/blueprints.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
A.name=[A.name]
A.tag=[A.tag]
A.master=[ma]"