Merge branch 'master' of https://github.com/YouHaveTrouble/YHTMod into feat-thekey

This commit is contained in:
2022-12-07 21:39:13 +01:00
16 changed files with 421 additions and 17 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ public class NpcLoot : GlobalNPC
npcLoot.Add(ItemDropRule.Common(ModContent.ItemType<MithrilPebbleOfPigSmiting>(), 400, 1, 1));
}
}
}
}