From c0359849deb25133cd4f5f05ce777e7e03ea197c Mon Sep 17 00:00:00 2001 From: Willow Date: Mon, 17 Jul 2023 00:05:50 +0200 Subject: [PATCH] Update LootTables.cs --- Felicity/Util/Enums/LootTables.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Felicity/Util/Enums/LootTables.cs b/Felicity/Util/Enums/LootTables.cs index 9ab9405..78052b8 100644 --- a/Felicity/Util/Enums/LootTables.cs +++ b/Felicity/Util/Enums/LootTables.cs @@ -437,7 +437,7 @@ public static class LootTables new LootTableDefinition { ActivityType = ActivityType.Dungeon, Name = "Ghosts of the Deep", - Description = "fish go brrr or something idk", + Description = "Drown in the deep, or rise from it.", Loot = new List { new() @@ -457,6 +457,7 @@ public static class LootTables LootIds = new List { (uint)Armor.Gloves, (uint)Armor.Chest, (uint)Armor.Class, + DefinitionHashes.InventoryItems.NoSurvivors_3262192268, DefinitionHashes.InventoryItems.GreasyLuck, DefinitionHashes.InventoryItems.ColdComfort_839786290 } @@ -634,4 +635,4 @@ public static class LootTables } } }; -} \ No newline at end of file +}