Fixes and tweaks

This commit is contained in:
KorPhaeron
2016-03-11 08:28:19 -06:00
parent bfd5e3883f
commit f8ec6b1142
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -34,7 +34,7 @@
update_areas()
for(var/mob/M in player_list)
if(M.z == target_z)
M << start_up_message
M << "<span class='danger'><B>[start_up_message]</B></span>"
sleep(start_up_time)
stage = MAIN_STAGE
@@ -45,7 +45,7 @@
update_areas()
for(var/mob/M in player_list)
if(M.z == target_z)
M << "[duration_message]"
M << "<span class='danger'><B>[duration_message]</B></span>"
if(purely_aesthetic)
sleep(duration*10)
else //Storm effects
@@ -64,7 +64,7 @@
update_areas()
for(var/mob/M in player_list)
if(M.z == target_z)
M << wind_down_message
M << "<span class='danger'><B>[wind_down_message]</B></span>"
sleep(wind_down)
@@ -64,7 +64,7 @@
name = "ash storm"
start_up_time = 300 //30 seconds
start_up_message = "The wind begins to pick up. Seek shelter."
duration_lower = 60 //1.5 minutes
duration_lower = 60 //1 minute
duration_upper = 180 //3 minutes
duration_message = "An ash storm has started! Get inside!"
wind_down = 300 // 30 seconds
+1 -1
View File
@@ -737,7 +737,7 @@ var/global/list/rockTurfEdgeCache
environment_type = "basalt"
turf_type = /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface
baseturf = /turf/simulated/floor/plating/lava/smooth/lava_land_surface
mineralChance = 4
mineralChance = 5
mineralSpawnChanceList = list(
"Uranium" = 5, "Diamond" = 1, "Gold" = 10,
"Silver" = 12, "Plasma" = 20, "Iron" = 40,