Add skybox planet sprite for Virgo3b, modify midpoint

This commit is contained in:
Chompstation Bot
2021-07-10 23:48:50 +00:00
parent 58f6f5a71a
commit d9cb00a124
10 changed files with 25276 additions and 23 deletions
+3 -3
View File
@@ -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)