timhjersted / tsorcRevamp

The Story of Red Cloud's Dark Souls mod, updated to TModLoader
GNU General Public License v3.0
23 stars 15 forks source link

Fix for Jungle Wyvern only dropping souls on second kill #8

Closed RecursiveCollapse closed 3 years ago

RecursiveCollapse commented 3 years ago

Fixes the extremely cursed "It only drops souls on the second kill" behavior of the Jungle Wyvern. The key doesn't exist until a boss has already been killed, so instead of checking if the key is 1 this code just checks if the key exists at all.

Zeodexic commented 3 years ago

resolved in #7