--- deliantra/server/TODO 2007/06/28 05:50:31 1.68 +++ deliantra/server/TODO 2007/07/04 06:38:35 1.70 @@ -7,6 +7,14 @@ 07:21:48 -cfbot:#cf- [Incen] ayup 07:22:06 -cfbot:#cf- [Lina] dusts/potions/figurines/balms +* is_animated is sometimes written twice when saving, because it must be off when + no animation is set. this does not work, of course, because later the flag is written again. + should probably be fixed on load, not on save. + +* IMPORTANT: item_power should be a body slot like other such qualities, + so they can be sensibly tested against exclusion. Right now, one can + equip more than item power allows because it is not checked everywhere + (and should not have to be checked, either). * the following semantics was removed form enter_exit, bring it back sensibly and safely (don't want the savebed set on a random map).