From b78c4cd693d69582d9effe28fdc42f8ac20eb648 Mon Sep 17 00:00:00 2001 From: "C.L" Date: Wed, 31 Aug 2022 01:39:55 -0400 Subject: [PATCH] Changes name --- code/__defines/planets.dm | 2 +- code/modules/planet/virgo3b_vr.dm | 2 +- code/modules/planet/virgo3c_vr.dm | 2 +- code/modules/planet/virgo4_vr.dm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/__defines/planets.dm b/code/__defines/planets.dm index fb776adac1..3579cc804d 100644 --- a/code/__defines/planets.dm +++ b/code/__defines/planets.dm @@ -11,7 +11,7 @@ #define WEATHER_BLOOD_MOON "blood moon" // For admin fun or cult later on. #define WEATHER_EMBERFALL "emberfall" // More adminbuse, from TG. Harmless. #define WEATHER_ASH_STORM "ash storm" // Ripped from TG, like the above. Less harmless. -#define WEATHER_ASH_STORM_SAFE "ash storm (Safe)" //Safe version of the ash storm. Dimmer. +#define WEATHER_ASH_STORM_SAFE "light ash storm" //Safe version of the ash storm. Dimmer. #define WEATHER_FALLOUT "fallout" // Modified emberfall, actually harmful. Admin only. #define MOON_PHASE_NEW_MOON "new moon" diff --git a/code/modules/planet/virgo3b_vr.dm b/code/modules/planet/virgo3b_vr.dm index 30142fef70..b3e6d136fb 100644 --- a/code/modules/planet/virgo3b_vr.dm +++ b/code/modules/planet/virgo3b_vr.dm @@ -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" diff --git a/code/modules/planet/virgo3c_vr.dm b/code/modules/planet/virgo3c_vr.dm index edaff5e9f7..8d559705de 100644 --- a/code/modules/planet/virgo3c_vr.dm +++ b/code/modules/planet/virgo3c_vr.dm @@ -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" diff --git a/code/modules/planet/virgo4_vr.dm b/code/modules/planet/virgo4_vr.dm index 11de49c3dd..9cb88591ad 100644 --- a/code/modules/planet/virgo4_vr.dm +++ b/code/modules/planet/virgo4_vr.dm @@ -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"