Keriew / augustus

An open source re-implementation of Caesar III
GNU Affero General Public License v3.0
1.54k stars 119 forks source link

Map Editor bug #1105

Closed eugenikus8 closed 3 months ago

eugenikus8 commented 4 months ago

Adjust trade route traded amount It is not possible to set a negative value. There is no button for this. Or rather, it is there, but invisible. If you move the cursor over its conditional location and click, the value will become negative, but now you cannot confirm the change. It is reset to zero. I haven’t checked further yet, but perhaps there is a similar bug somewhere else.

crudelios commented 4 months ago

I'll guessing this sets an absolute value, not a relative one, so in that case it makes no sense to have negative values. But I'm only guessing.

eugenikus8 commented 4 months ago

I thought if the value is negative, then the number of goods bought/sold will decrease by that much.

crudelios commented 4 months ago

I think that is the case for the original requests window, but not for custom events.