the cost didn't multiply get_cost value by the object quan
Vlad should want the Candelabrum
if you float_down on a trap in which you're already trapped, don't retrap
applying whip toward hidden mimic displays mimic name before "Wait!" message
+stealing a container didn't multiply cost of stolen contained objects by quan
Platform- and/or Interface-Specific Fixes
if (!Has_contents(otmp)) {
if(ininv) {
if(otmp->unpaid)
- price += get_cost(otmp, shkp);
+ price += otmp->quan * get_cost(otmp, shkp);
} else {
if(!otmp->no_charge) {
if(otmp->oclass != FOOD_CLASS || !otmp->oeaten)
- price += get_cost(otmp, shkp);
+ price += otmp->quan * get_cost(otmp, shkp);
}
otmp->no_charge = 0;
}