Skip to content

Commit

Permalink
Update maps.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 authored Dec 13, 2023
1 parent a9a096e commit 0b6d6c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/cm_marines/equipment/maps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 0b6d6c2

Please sign in to comment.