TeamREPENTOGON / REPENTOGON

Script extender for The Binding of Isaac: Repentance
https://repentogon.com/
GNU General Public License v2.0
215 stars 23 forks source link

EntityPlayer:DischargeActiveItem() should work like EntityPlayer:FullCharge() #610

Open Foks256 opened 3 months ago

Foks256 commented 3 months ago

By that I mean, if you put a slot id that is lower than 0 into :FullCharge(), it will fully charge all active items no matter the slot, but if you do the same for :DischargeActiveItem(), you will get an invalid slot error, it should discharge all possible items instead.