Merge pull request #10066 from Sishen1542/aaaaaaaa

neovgre qol changes
This commit is contained in:
Putnam3145
2019-12-17 11:40:43 -08:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
for(var/mob/M in src)
to_chat(M, "<span class='brass'>You are consumed by the fires raging within Neovgre...</span>")
M.dust()
playsound(src, 'sound/magic/lightning_chargeup.ogg', 100, 0)
playsound(src, 'sound/effects/neovgre_exploding.ogg', 100, 0)
src.visible_message("<span class = 'userdanger'>The reactor has gone critical, its going to blow!</span>")
addtimer(CALLBACK(src,.proc/go_critical),breach_time)