Makes some overmap items less generic (#15790)

This commit is contained in:
Alberyk
2023-02-13 12:12:25 +01:00
committed by GitHub
parent 6943e6a5e5
commit a1b25de566
13 changed files with 73 additions and 24 deletions
+4 -1
View File
@@ -63,7 +63,10 @@
/obj/effect/overmap/visitable/sector/exoplanet/Initialize()
. = ..()
icon_state = "globe[rand(1,3)]"
update_icon()
/obj/effect/overmap/visitable/sector/exoplanet/update_icon()
icon_state = "globe[rand(1,3)]"
/obj/effect/overmap/visitable/sector/exoplanet/New(nloc, max_x, max_y)
if(!current_map.use_overmap)