Overmap fun (#16894)

This commit is contained in:
Alberyk
2023-08-01 20:57:50 +00:00
committed by GitHub
parent 3da5d6614e
commit 8f7653dd2e
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
if(current_map.use_overmap)
var/area/map = global.map_overmap
for(var/turf/T in map)
T.overlays += image('icons/obj/overmap/overmap_effects.dmi', "meteor[rand(1,4)]")
new/obj/effect/overmap/event/meteor(T)
next_wave = round_duration_in_ticks + meteor_wave_delay
/datum/game_mode/meteor/process()
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- rscadd: "The meteor gamemode now spawns meteor hazards on the overmap when it starts the meteor waves."