Skip to content

Commit

Permalink
fix broken ruin datum (#3941)
Browse files Browse the repository at this point in the history
resolves #3926
  • Loading branch information
Erikafox authored Dec 30, 2024
1 parent 9043c33 commit b7aeaef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/datums/ruins/beachplanet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
prefix = "_maps/RandomRuins/BeachRuins/"
ruin_type = RUINTYPE_BEACH

/datum/map_template/ruin/beachplanet/fishinghut
name = "Fishing Hut"
id = "fishinghut"
description = "A small fishing hut floating on the ocean."
suffix = "beach_fishing_hut.dmm"
ruin_tags = list(RUIN_TAG_HARD_COMBAT, RUIN_TAG_MAJOR_LOOT, RUIN_TAG_HAZARDOUS)
/datum/map_template/ruin/beachplanet/crashedengie
name = "Crashed Engineer Ship"
id = "beach_crashed_engineer"
description = "An abandoned camp built by a crashed engineer"
suffix = "beach_crashed_engineer.dmm"
ruin_tags = list(RUIN_TAG_MINOR_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_HAZARDOUS)

/datum/map_template/ruin/beachplanet/ancient
name = "Ancient Danger"
Expand Down

0 comments on commit b7aeaef

Please sign in to comment.