refactors wands/items with charges
This commit is contained in:
parent
1002844098
commit
66f5a8d826
13 changed files with 67 additions and 357 deletions
|
|
@ -104,7 +104,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
TakingTurn,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
Wand,
|
||||
Charges,
|
||||
WantsToApproach,
|
||||
WantsToDropItem,
|
||||
WantsToFlee,
|
||||
|
|
@ -221,7 +221,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
TakingTurn,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
Wand,
|
||||
Charges,
|
||||
WantsToApproach,
|
||||
WantsToDropItem,
|
||||
WantsToFlee,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue