mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Makes some overmap items less generic (#15790)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user