mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 00:33:20 +01:00
Add skybox planet sprite for Virgo3b, modify midpoint
This commit is contained in:
@@ -37,12 +37,12 @@
|
||||
return ..()
|
||||
|
||||
//Overlay of how this object should look on other skyboxes
|
||||
/obj/effect/overmap/proc/get_skybox_representation()
|
||||
/obj/effect/overmap/proc/get_skybox_representation(zlevel)
|
||||
if(!cached_skybox_image)
|
||||
build_skybox_representation()
|
||||
build_skybox_representation(zlevel)
|
||||
return cached_skybox_image
|
||||
|
||||
/obj/effect/overmap/proc/build_skybox_representation()
|
||||
/obj/effect/overmap/proc/build_skybox_representation(zlevel)
|
||||
if(!skybox_icon)
|
||||
return
|
||||
var/image/I = image(icon = skybox_icon, icon_state = skybox_icon_state)
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
for(var/thing in restricted_waypoints[shuttle_name])
|
||||
.[thing] = name
|
||||
|
||||
/obj/effect/overmap/visitable/proc/generate_skybox()
|
||||
/obj/effect/overmap/visitable/proc/generate_skybox(zlevel)
|
||||
return
|
||||
|
||||
/obj/effect/overmap/visitable/proc/cleanup()
|
||||
|
||||
Reference in New Issue
Block a user