mag decrease stat check #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this might already be handled.
if an item decreases a mag's stats, it will only happen if the amount to decrease <= current value (based on gc)
is this about stopping a mag from de-leveling? cause thats already in
If a mag has 6 exp in the Def and you feed it an item that removes more than 6 exp it will remain at 6 exp.
current functionality is to clamp it down:
for example 6 - 7 currently sets it to 0, when it should instead leave it at 6
#140