diff --git a/code/datums/ruins/rockplanet.dm b/code/datums/ruins/rockplanet.dm index 44f7a3bdc9df..3d1414ef35af 100644 --- a/code/datums/ruins/rockplanet.dm +++ b/code/datums/ruins/rockplanet.dm @@ -42,3 +42,4 @@ description = "A N+S mining installation recently fallen prey to a band of Ramzi pirates." id = "rockplanet_mining_base" suffix = "rockplanet_mining_installation.dmm" + ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MAJOR_LOOT, RUIN_TAG_SHELTER)