Station Blueprints fix

Fixes the station blueprints.
This commit is contained in:
Artorp
2014-08-09 09:24:02 +02:00
parent 7b61b6563a
commit 5a22e5e8dd
+1 -1
View File
@@ -121,7 +121,7 @@ move an amendment</a> to the drawing.</p>
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: <br>A.name=[A.name]<br>A.tag=[A.tag]<br>A.master=[ma]"