Identification scrolls
This commit is contained in:
parent
cfe5884a0b
commit
51081c7c9c
11 changed files with 233 additions and 18 deletions
|
|
@ -99,10 +99,11 @@ pub fn save_game(ecs: &mut World) {
|
|||
Position,
|
||||
Prop,
|
||||
ProvidesHealing,
|
||||
ProvidesIdentify,
|
||||
ProvidesNutrition,
|
||||
ProvidesRemoveCurse,
|
||||
Quips,
|
||||
Ranged,
|
||||
RemovesCurse,
|
||||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
|
|
@ -225,10 +226,11 @@ pub fn load_game(ecs: &mut World) {
|
|||
Position,
|
||||
Prop,
|
||||
ProvidesHealing,
|
||||
ProvidesIdentify,
|
||||
ProvidesNutrition,
|
||||
ProvidesRemoveCurse,
|
||||
Quips,
|
||||
Ranged,
|
||||
RemovesCurse,
|
||||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue