mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Final fix for wind issues - Good for testmerge
This commit is contained in:
@@ -44,7 +44,7 @@ var/global/list/narsie_list = list()
|
||||
..()
|
||||
if(announce)
|
||||
to_world("<font size='15' color='red'><b>[uppertext(name)] HAS RISEN</b></font>")
|
||||
world << sound('sound/effects/weather/wind/wind_5_1.ogg')
|
||||
world << sound('sound/effects/weather/old_wind/wind_5_1.ogg')
|
||||
|
||||
narsie_spawn_animation()
|
||||
|
||||
|
||||
@@ -198,7 +198,7 @@ var/list/sacrificed = list()
|
||||
if(cultists.len >= 9)
|
||||
if(!narsie_cometh)//so we don't initiate Hell more than one time.
|
||||
to_world("<font size='15' color='red'><b>THE VEIL HAS BEEN SHATTERED!</b></font>")
|
||||
world << sound('sound/effects/weather/wind/wind_5_1.ogg')
|
||||
world << sound('sound/effects/weather/old_wind/wind_5_1.ogg')
|
||||
|
||||
SetUniversalState(/datum/universal_state/hell)
|
||||
narsie_cometh = 1
|
||||
|
||||
Reference in New Issue
Block a user