removes monster to-hit bonus from player
This commit is contained in:
parent
f55f4504db
commit
bd90c3f760
8 changed files with 41 additions and 12 deletions
|
|
@ -110,6 +110,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
SpawnParticleSimple,
|
||||
TakingTurn,
|
||||
Telepath,
|
||||
ToHitBonus,
|
||||
Viewshed,
|
||||
Charges,
|
||||
WantsToApproach,
|
||||
|
|
@ -234,6 +235,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
SpawnParticleSimple,
|
||||
TakingTurn,
|
||||
Telepath,
|
||||
ToHitBonus,
|
||||
Viewshed,
|
||||
Charges,
|
||||
WantsToApproach,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue