Skip to content

Commit

Permalink
okay i think i did it
Browse files Browse the repository at this point in the history
i figured out the issue
  • Loading branch information
Aquidu committed Sep 26, 2024
1 parent 8af91bb commit 492fe29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/datums/ruins/jungle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,53 @@
id = "syndicatebunkerjungle"
description = "A small bunker owned by the Syndicate."
suffix = "jungle_syndicate.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_LIVEABLE)

/datum/map_template/ruin/jungle/interceptor
name = "Old Crashed Interceptor"
id = "crashedcondor"
description = "An overgrown crashed Condor Class, a forgotten remnant of the Corporate Wars."
suffix = "jungle_interceptor.dmm"
ruin_tags = list(RUIN_TAG_NO_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_LIVEABLE)

/datum/map_template/ruin/jungle/paradise
name = "Hidden paradise"
id = "paradise"
description = "a crashed shuttle, and a hidden beautiful lake."
suffix = "jungle_paradise.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_LIVEABLE, RUIN_TAG_HAZARDOUS)

/datum/map_template/ruin/jungle/airbase
name = "Bombed Airbase"
id = "airbase"
description = "A bombed out airbase from the ICW, taken back over by nature"
suffix = "jungle_bombed_starport.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MAJOR_LOOT, RUIN_TAG_HAZARDOUS, RUIN_TAG_LIVEABLE)

/datum/map_template/ruin/jungle/medtech
name = "MedTech facility"
id = "medtech-facility"
description = "A MedTech pharmaceutical manufacturing plant where something went terribly wrong."
suffix = "jungle_medtech_outbreak.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_LIVEABLE)

/datum/map_template/ruin/jungle/cavecrew
name = "Frontiersmen Cave"
id = "cavecrew"
description = "A frontiersmen base, hidden within a cave. They don't seem friendly"
suffix = "jungle_cavecrew.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_HAZARDOUS, RUIN_TAG_LIVEABLE, RUIN_TAG_MAJOR_LOOT)

/datum/map_template/ruin/jungle/library
name = "Abandoned Library"
id = "abandoned-library"
description = "A forgotten library, with a few angry monkeys."
suffix = "jungle_abandoned_library.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_LIVEABLE)

/datum/map_template/ruin/jungle/garden
name = "Abandoned Garden"
id = "abandonedgarden"
description = "An abandoned makeshift garden home built out of a crashed shuttle."
suffix = "jungle_abandoned_garden.dmm"
ruin_tags = list(RUIN_TAG_NO_COMBAT, RUIN_TAG_MINOR_LOOT, RUIN_TAG_LIVEABLE)

0 comments on commit 492fe29

Please sign in to comment.