Skip to content

Commit

Permalink
FIX: increase decay time of compost
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcurus committed Jan 17, 2024
1 parent 4bf66c0 commit 4b7fac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlife/settings/ServerSettings.hx
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class ServerSettings {
ObjectData.getObjectData(917).decaysToObj = 862; // Key 917 --> roken Steel Tool no wood 862
ObjectData.getObjectData(1003).decaysToObj = 862; // Lock Removal Key 1003 --> roken Steel Tool no wood 862

ObjectData.getObjectData(625).decayFactor /= ObjDecayFactorForPermanentObjs;
// ObjectData.getObjectData(625).decayFactor /= ObjDecayFactorForPermanentObjs;
ObjectData.getObjectData(625).decaysToObj = 1101; // Wet Compost Pile --> Fertile Soil Pile 1101

// this might be override for some down below
Expand Down
Binary file modified server.hl
Binary file not shown.

0 comments on commit 4b7fac7

Please sign in to comment.