File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,11 @@ motd=Welcome to OpenFusion!
4747# requires to run. You can override them by changing their values and
4848# uncommenting them (removing the leading # character from that line).
4949
50- # should drop fixes be enabled?
51- # this includes changes that fix stuff like Fusionfly and Freakosaurus Rex drops
52- # and also fix Academy-specific mobs with no drops
50+ # Should drop fixes be enabled?
51+ # This will add drops to (mostly Academy-specific) mobs that don't have drops
52+ # and rearrange drop tables that are either unassigned or stranded in difficult to reach mobs
53+ # e.g. Hyper Fusionfly and Fusion Numbuh Four drops will become more accessible.
54+ # This is a polish option that is slightly inauthentic to the original game.
5355# dropfixesenabled=true
5456
5557# location of the tabledata folder
Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ void settings::init() {
134134 if (DROPFIXESENABLED) {
135135 std::cout << " [INFO] Drop fixes enabled" << std::endl;
136136 if (ENABLEDPATCHES.empty ()) {
137- ENABLEDPATCHES = " 0104-fix " ;
137+ ENABLEDPATCHES = " 0104-fixes " ;
138138 } else {
139- ENABLEDPATCHES += " 0104-fix 1013-fix " ;
139+ ENABLEDPATCHES += " 0104-fixes 1013-fixes " ;
140140 }
141141 }
142142}
You can’t perform that action at this time.
0 commit comments