mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
weather start
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/datum/weather/fog
|
||||
name = "Heavy fog"
|
||||
desc = "Rising clouds results in low visibiliy and fuck shit piss cum."
|
||||
|
||||
telegraph_message = "<span class='warning'>Rolling clouds begin to loom and engulf the station.</span>"
|
||||
telegraph_duration = 300
|
||||
telegraph_overlay = "fog1"
|
||||
|
||||
weather_message = "<span class='boldwarning'><i>Clouds sweep up the station and engulf it within a hazy fog.</i></span>"
|
||||
weather_duration_lower = 600
|
||||
weather_duration_upper = 1200
|
||||
weather_overlay = "fog2"
|
||||
|
||||
end_message = "<span class='boldannounce'>Passing clouds slowly fade away.</span>"
|
||||
end_duration = 300
|
||||
end_overlay = "fog1"
|
||||
|
||||
area_type = /area/layenia
|
||||
target_trait = ZTRAIT_STATION
|
||||
|
||||
probability = 100
|
||||
|
||||
barometer_predictable = TRUE
|
||||
|
||||
aesthetic = TRUE
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
@@ -520,6 +520,7 @@
|
||||
#include "code\datums\weather\weather_types\acid_rain.dm"
|
||||
#include "code\datums\weather\weather_types\ash_storm.dm"
|
||||
#include "code\datums\weather\weather_types\floor_is_lava.dm"
|
||||
#include "code\datums\weather\weather_types\fog.dm"
|
||||
#include "code\datums\weather\weather_types\radiation_storm.dm"
|
||||
#include "code\datums\weather\weather_types\snow_storm.dm"
|
||||
#include "code\datums\wires\_wires.dm"
|
||||
|
||||
Reference in New Issue
Block a user