From 0b620870cf09692e21681aef1e3b4b0de4dfbb83 Mon Sep 17 00:00:00 2001 From: Erika Fox <94164348+Bjarl@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:19:02 -0400 Subject: [PATCH] Update rockplanet.dm --- code/datums/ruins/rockplanet.dm | 1 + 1 file changed, 1 insertion(+) 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)