scroll of remove curse - NYI
This commit is contained in:
parent
e403a6d845
commit
5a42ee283d
7 changed files with 44 additions and 18 deletions
|
|
@ -100,6 +100,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
ProvidesNutrition,
|
||||
Quips,
|
||||
Ranged,
|
||||
RemovesCurse,
|
||||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
|
|
@ -222,6 +223,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
ProvidesNutrition,
|
||||
Quips,
|
||||
Ranged,
|
||||
RemovesCurse,
|
||||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue