Tyr Patch 1 (#9183)

This commit is contained in:
FluffMedic
2024-10-07 17:51:58 +02:00
committed by GitHub
parent 909d8301f9
commit 034c4013d7
3 changed files with 45 additions and 39 deletions
+5 -1
View File
@@ -8,7 +8,7 @@ var/datum/planet/tyr/planet_tyr = null
desc = "Tyr, a hot planet." //rewrite me
current_time = new /datum/time/tyr()
// expected_z_levels = list(1) // This is defined elsewhere.
planetary_wall_type = /turf/unsimulated/wall/planetary/normal/thor
planetary_wall_type = /turf/unsimulated/wall/planetary/normal/tyr
/datum/planet/tyr/New()
..()
@@ -392,6 +392,10 @@ var/datum/planet/tyr/planet_tyr = null
var/turf/T = pick(holder.our_planet.planet_floors) // This has the chance to 'strike' the sky, but that might be a good thing, to scare reckless pilots.
lightning_strike(T)
/turf/unsimulated/wall/planetary/normal/tyr
name = "vast desert"
alpha = 0
/*
WEATHER_BLIZZARD = new (),
WEATHER_STORM = new(),