mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fixes protolathe stack-inserting runtime
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user