Fixes protolathe stack-inserting runtime

This commit is contained in:
Krausus
2015-06-15 08:52:53 -04:00
parent 552a5fc35b
commit ea34114321
+3 -2
View File
@@ -199,8 +199,9 @@ Note: Must be placed west/left of and R&D console to function.
src.updateUsrDialog()
if(stack)
src.overlays += "protolathe_[stack.name]"
var/stackname = stack.name
src.overlays += "protolathe_[stackname]"
sleep(10)
src.overlays -= "protolathe_[stack.name]"
src.overlays -= "protolathe_[stackname]"
return