Skip to content

Commit

Permalink
Use deprecatedTier temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkInvis committed Apr 20, 2022
1 parent 1d6998c commit 4dd30dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CatalogBoilerplate/Implementations/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public abstract class Item : CatalogBoilerplate {
var iarr = _itemTags.ToArray();
itemDef = ScriptableObject.CreateInstance<ItemDef>();
itemDef.name = modInfo.shortIdentifier + name;
itemDef.tier = itemTier;
itemDef.deprecatedTier = itemTier;
itemDef.pickupModelPrefab = modelResource;
itemDef.pickupIconSprite = iconResource;
itemDef.nameToken = this.nameToken;
Expand Down

0 comments on commit 4dd30dd

Please sign in to comment.