basic wands and wresting
This commit is contained in:
parent
4cd4b638ec
commit
24417fbb05
5 changed files with 96 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue