Merge pull request #11970 from Heroman3003/holopower

Makes holodeck turn power on/off depending on state
This commit is contained in:
Casey
2021-12-09 20:43:31 +00:00
committed by Chompstation Bot
parent e6f330182b
commit 5530b90d53
+6
View File
@@ -332,6 +332,12 @@
linkedholodeck.sound_env = A.sound_env
if(prog == powerdown_program)
linkedholodeck.requires_power = TRUE
else
linkedholodeck.requires_power = FALSE
linkedholodeck.power_change()
spawn(30)
for(var/obj/effect/landmark/L in linkedholodeck)
if(L.name=="Atmospheric Test Start")