Fix: achat d'objet illimités

Lors de l'achat à un commerce avec une quantité illimité, on était
tout de même limité à la quantité de l'objet, même si elle n'était
pas diminuée
This commit is contained in:
2023-07-27 19:16:59 +02:00
parent f05ef79b97
commit 8389d578bc
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ export class RdDCommerce extends RdDBaseActor {
verifierFortune(cout) {
return this.system.illimite || super.verifierFortune(cout);
}
async depenserSols(cout) {
if (this.system.illimite) {
return