removed ketchup fairies' anomalous properties
for some reason sometimes they loaded and sometimes they didn't, without me having to change anything. hopefully that should be fixed now
This commit is contained in:
parent
681b8f9159
commit
8708b07adc
|
|
@ -394,6 +394,7 @@ elements.ketchup_gold = {
|
|||
}
|
||||
|
||||
// f&m only elements
|
||||
runAfterLoad(function() {
|
||||
if (enabledMods.includes("mods/fey_and_more.js")) {
|
||||
// ketchup fairy reaction
|
||||
elements.fairy.reactions = {
|
||||
|
|
@ -424,6 +425,7 @@ if (enabledMods.includes("mods/fey_and_more.js")) {
|
|||
category: "fey",
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
/*
|
||||
Changelog
|
||||
|
|
|
|||
Loading…
Reference in New Issue