mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Makes overmap pretty (#15752)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet
|
||||
name = "exoplanet"
|
||||
icon_state = "globe"
|
||||
in_space = 0
|
||||
var/area/planetary_area
|
||||
var/list/seeds = list()
|
||||
var/list/animals = list()
|
||||
@@ -63,6 +61,10 @@
|
||||
else
|
||||
habitability_class = HABITABILITY_BAD
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/Initialize()
|
||||
. = ..()
|
||||
icon_state = "globe[rand(1,3)]"
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/New(nloc, max_x, max_y)
|
||||
if(!current_map.use_overmap)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user