Skip to content

Commit c2ca722

Browse files
amend comment and rename fix directories
1 parent 8da85d8 commit c2ca722

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

config.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)