File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Spore ModAPI/Spore/Simulator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -773,15 +773,15 @@ namespace Simulator
773773 // / trg_hunting_tool1
774774 kHandheldItemTrgHuntingTool1 = 1 ,
775775 // / trg_hunting_tool2
776- kHandheldItemTrgHuntingTool1 = 2 ,
776+ kHandheldItemTrgHuntingTool2 = 2 ,
777777 // / trg_hunting_tool3
778- kHandheldItemTrgHuntingTool1 = 3 ,
778+ kHandheldItemTrgHuntingTool3 = 3 ,
779779 // / trg_fishing_tool and related
780780 kHandheldItemTrgFishingTool = 4 ,
781781 // / Either trg_eating_fish or trg_fishing_tool1_fish, etc
782782 kHandheldItemTrgFish = 5 ,
783783 // / Either trg_eating_seaweed or trg_fishing_tool1_seaweed, etc
784- kHandheldItemTrgFish = 6 ,
784+ kHandheldItemTrgSeaweed = 6 ,
785785 // / trg_eating_fruit
786786 kHandheldItemTrgEatingFruit = 7 ,
787787 // / trg_eating_seaweed or trg_eating_fish
You can’t perform that action at this time.
0 commit comments