Set default Fusion Style to "Default"

Currently, the default Fusion Style setting when game first initializes on a system is "M:SR".
This commit sets it to "Default"
pull/112/head
Jesright73 4 years ago committed by GitHub
parent 5c5f45ca13
commit b6660e095d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ oControl.mod_lowhealthwarning = 1;
oControl.mod_earlybaby = 0;
oControl.mod_fusion = 0;
oControl.mod_diffmult = 1;
oControl.msr_fusionsuit = 1;
oControl.msr_fusionsuit = 0;
oControl.mod_suitchangecheat = 0;
oControl.chozomessage = 0;
global.chozo_message_item_id = -1;

Loading…
Cancel
Save