diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index a43aaf6b559a..cdc8fc121763 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -67,6 +67,9 @@ html_link = "images/1/18/Map_icecolony.png" color = "cyan" +/obj/item/map/ice_colony_map/v1 + html_link = "https://cm-ss13.com/w/images/8/88/Ice_V1.png" + /obj/item/map/ice_colony_map_v3 name = "\improper Shivas Snowball map" desc = "A labelled print out of the anterior scan of the UA colony Shivas Snowball." @@ -139,7 +142,7 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) return list( MAP_LV_624 = new /obj/item/map/lazarus_landing_map(), MAP_ICE_COLONY = new /obj/item/map/ice_colony_map(), - MAP_ICE_COLONY_V1 = new /obj/item/map/ice_colony_map(), //placeholder for runtimes + MAP_ICE_COLONY_V1 = new /obj/item/map/ice_colony_map/v1(), MAP_ICE_COLONY_V3 = new /obj/item/map/ice_colony_map_v3(), MAP_WHISKEY_OUTPOST = new /obj/item/map/whiskey_outpost_map(), MAP_BIG_RED = new /obj/item/map/big_red_map(),