Skip to content

Commit

Permalink
updated loader
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieFM committed Nov 14, 2024
1 parent 78ab4e0 commit 8302982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/mods/commonLibs/_common/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ MATTIE.static.update = function () {

// eslint-disable-next-line no-constant-condition
if (MATTIE.global.isFunger()) { // for now just use funger 1 vars regardless
alert("the mod loader thinks you are running fear and hunger 1")
alert("the mod loader thinks you are running fear and hunger 1. if this is not correct things might go wrong.")
// static values specific to funger 1

MATTIE.static.commonEvents.lootTables = [];
Expand Down Expand Up @@ -1346,7 +1346,7 @@ MATTIE.static.update = function () {
MATTIE.static.events.images.shiny = () => MapEvent.generateImage(0, '!Flame', 6, 0, 0); // the shiny coin incon
MATTIE.static.events.images.coin = MATTIE.static.events.images.shiny;
} else if (MATTIE.global.isTermina()) {
alert("the mod loader thinks you are running fear and hunger 2 --Termina")
alert("The mod loader thinks you are running fear and hunger 2 --Termina. If this is not correct things might go wrong.")
console.log('termina');
// static values specific to funger 2
// switches
Expand Down

0 comments on commit 8302982

Please sign in to comment.