CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.36k stars 4.15k forks source link

Item Birthday does not reset when new character in same world #11700

Closed aawilson closed 8 years ago

aawilson commented 9 years ago

I have a tanning pelt in a save that has been "tanning" through several iterations of characters in the same world. My suspicion is that the pelt birthday is not reset with the new character, meaning it won't return true on time_to_do here: https://github.com/CleverRaven/Cataclysm-DDA/blob/b979c6446753931c7dc0738a1651c3db1872673b/src/iuse_actor.cpp#L410, but I don't know how to inspect the item directly to confirm my suspicion.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

BevapDin commented 9 years ago

That is a common problem when several characters play in the same world. If the birthday would be "reset" (to what exactly?), the other character (which does not need to be alive) could use it directly.

Example:

Bottom line: One doesn't know to what to reset those ages to and when to do so.

mugling commented 8 years ago

No obvious path to resolution:

One doesn't know to what to reset those ages to and when to do so