General > Discussion
Fix for bug #1890695 -- what should be the desired behaviour
nemchenk:
I will implement what kracken suggested in the next day or two, then. :)
i.e. sell the equipment on the craft at the same time it is being sold.
nemchenk:
Patch #1897990. Have a nice day :)
nemchenk:
Incidentally, I see that when an aircraft is sold, it is sold for 100% of its price. Is that desirable behaviour, or a bug? Namely:
--- Code: ---CL_UpdateCredits(ccs.credits + ccs.eMarket.bid[craftitemID]);
vs
CL_UpdateCredits(ccs.credits + aircraft_samples[aircraftID].price);
--- End code ---
Let me know which way you want it and I will submit a patch :)
Mattn:
imo the market bid value - but i haven't looked at the code
SpaceWombat:
When the item is mounted at another aircraft the delay for remounting is taken into account. The question is whether the item should be unavailable for some time, right?
I would say unmounting is faster than mounting since you do not need to test its operability etc. Too complicated and too little effect imho.
Just put it into the storage where it belongs. ;D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version