RhenaudTheLukark / CreateYourFrisk

Rhenaud The Lukark's Unitale fork
GNU General Public License v3.0
133 stars 56 forks source link

fix an error #23

Closed Alticha closed 5 years ago

Alticha commented 5 years ago

EncounterStarting() in "01 - Two monsters.lua" was... strange. (if a player gets this encounter (common in hotland), an error screen appears because nine items were being passed, but i just removed the entire function because it was kinda weird)

RhenaudTheLukark commented 5 years ago

Hey, somehow I just saw your commits.

Removing EncounterStarting is not the way to go as it removes a part of the mod. Here the error is that too many items are added into the Player's inventory.

I think it'd be better to:

RhenaudTheLukark commented 5 years ago

Won't supposedly be fixed, so I'm closing this pr