update to newest tmodloader version

This commit is contained in:
2025-12-22 17:28:31 +01:00
parent cc6d8d6dc2
commit e3f74c2e21
12 changed files with 304 additions and 240 deletions
-2
View File
@@ -12,8 +12,6 @@ namespace YHTMod.Items;
public class ToclafaneStaff : ModItem {
public override void SetStaticDefaults() {
DisplayName.SetDefault("Toclafane Staff");
Tooltip.SetDefault("Summons a toclafane to remove population for you");
ItemID.Sets.GamepadWholeScreenUseRange[Item.type] = true; // This lets the player target anywhere on the whole screen while using a controller.
ItemID.Sets.LockOnIgnoresCollision[Item.type] = true;
CreativeItemSacrificesCatalog.Instance.SacrificeCountNeededByItemId[Type] = 1;