basic wands and wresting

This commit is contained in:
Llywelwyn 2023-07-12 11:40:56 +01:00
parent 4cd4b638ec
commit 24417fbb05
5 changed files with 96 additions and 22 deletions

View file

@ -76,6 +76,7 @@ pub fn save_game(ecs: &mut World) {
SufferDamage,
Telepath,
Viewshed,
Wand,
WantsToDropItem,
WantsToMelee,
WantsToPickupItem,
@ -163,6 +164,7 @@ pub fn load_game(ecs: &mut World) {
SufferDamage,
Telepath,
Viewshed,
Wand,
WantsToDropItem,
WantsToMelee,
WantsToPickupItem,