mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Changes name
This commit is contained in:
@@ -481,7 +481,7 @@ var/datum/planet/virgo3b/planet_virgo3b = null
|
||||
L.inflict_heat_damage(rand(1, 3))
|
||||
|
||||
/datum/weather/virgo3b/ash_storm_safe
|
||||
name = "ash storm (Safe)"
|
||||
name = "light ash storm"
|
||||
icon_state = "ashfall_moderate"
|
||||
light_modifier = 0.1
|
||||
light_color = "#FF0000"
|
||||
|
||||
@@ -480,7 +480,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null
|
||||
|
||||
//A non-lethal variant of the ash_storm. Stays on indefinitely.
|
||||
/datum/weather/virgo3c/ash_storm_safe
|
||||
name = "ash storm (Safe)"
|
||||
name = "light ash storm"
|
||||
icon_state = "ashfall_moderate"
|
||||
light_modifier = 0.1
|
||||
light_color = "#FF0000"
|
||||
|
||||
@@ -455,7 +455,7 @@ var/datum/planet/virgo4/planet_virgo4 = null
|
||||
|
||||
//A non-lethal variant of the ash_storm. Stays on indefinitely.
|
||||
/datum/weather/virgo4/ash_storm_safe
|
||||
name = "ash storm (Safe)"
|
||||
name = "light ash storm"
|
||||
icon_state = "ashfall_moderate"
|
||||
light_modifier = 0.1
|
||||
light_color = "#FF0000"
|
||||
|
||||
Reference in New Issue
Block a user