Skip to content

Commit

Permalink
fake map
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 7, 2023
1 parent 4c54e48 commit 7e2b9a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/cm_marines/equipment/maps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@
html_link = "images/5/54/USS_Almayer.png"
color = "cyan"

/obj/item/map/furidamu
name = "\improper Outpost Furidamu map"
desc = "A satellite view of Outpost Furidamu"
html_link = ""
color = "#964B00"

GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps())

/proc/setup_all_maps()
Expand All @@ -157,6 +163,7 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps())
MAP_LV522_CHANCES_CLAIM = new /obj/item/map/lv522_map(),
MAP_NEW_VARADERO = new /obj/item/map/new_varadero(),
MAP_DERELICT_ALMAYER = new /obj/item/map/almayer(),
MAP_LV624_OUTPOST_FURIDAMU = new /obj/item/map/furidamu(),
)

//used by marine equipment machines to spawn the correct map.
Expand Down

0 comments on commit 7e2b9a7

Please sign in to comment.