Skip to content

Commit

Permalink
Supreme Props: Rock energy to 0
Browse files Browse the repository at this point in the history
I missed that fix in the Supreme Props integration. The 10 energy should be removed from the rock. The values should be 0 like all the other rocks. See here: https://user-images.githubusercontent.com/28671151/57193683-2e7b5180-6f3e-11e9-9e24-cf2af24384e7.png
  • Loading branch information
badbwoi authored and shalkya committed Oct 19, 2019
1 parent 9829df1 commit 8b50a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/Swamp/Props/Rocks/boulder01_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PropBlueprint {
UniformScale = 0.015,
},
Economy = {
ReclaimEnergyMax = 10,
ReclaimEnergyMax = 0,
ReclaimMassMax = 15,
ReclaimTime = 5,
},
Expand Down

0 comments on commit 8b50a28

Please sign in to comment.