Skip to content

Commit

Permalink
fix indomie instant noodle pack item properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Jun 8, 2024
1 parent 6c1d9c7 commit 289da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomScriptableObject/InstantNoodlePackItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void Register()
indomiePhysicsProp.grabbable = true;
indomiePhysicsProp.grabbableToEnemies = true;
indomiePhysicsProp.isInFactory = true;
indomiePhysicsProp.itemProperties = maggiItem;
indomiePhysicsProp.itemProperties = indomieItem;

// register scrap
NetworkPrefabs.RegisterNetworkPrefab(indomieItem.spawnPrefab);
Expand Down

0 comments on commit 289da28

Please sign in to comment.