Stargazers are now station-restricted, and cogged APCs are now quiet (#31565)

* Clockwork power generator tweaks

* Includes a blob_allowed check
This commit is contained in:
Ashe Higgs
2017-10-12 19:32:08 -04:00
committed by CitadelStationBot
parent 06061f0870
commit f9436e53c4
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ GLOBAL_LIST_EMPTY(teleportlocs)
if(!L.client.played)
SEND_SOUND(L, sound(sound, repeat = 0, wait = 0, volume = 25, channel = CHANNEL_AMBIENCE))
L.client.played = TRUE
addtimer(CALLBACK(L.client, /client/proc/ResetAmbiencePlayed), 600)
addtimer(CALLBACK(L.client, /client/proc/ResetAmbiencePlayed), 600)
/client/proc/ResetAmbiencePlayed()
played = FALSE