Skip to content

Commit

Permalink
Revert "Remove mass from dead trees and tree groups" (FAForever#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 authored Apr 19, 2024
1 parent 524fc7f commit ca94bd8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/Dead01_s1_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/Dead01_s2_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/Dead01_s3_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/Groups/Dead01_Group1_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 40,
ReclaimMassMax = 0,
ReclaimMassMax = 4,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/Groups/Dead01_Group2_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 40,
ReclaimMassMax = 0,
ReclaimMassMax = 4,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/LV_Dead01_s1_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/XDead01_s1_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/xDead01_s2_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down
2 changes: 1 addition & 1 deletion env/Lava/Props/Trees/xDead01_s3_prop.bp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PropBlueprint {
},
Economy = {
ReclaimEnergyMax = 5,
ReclaimMassMax = 0,
ReclaimMassMax = 0.5,
ReclaimTime = 5,
},
Interface = {
Expand Down

0 comments on commit ca94bd8

Please sign in to comment.