diff options
Diffstat (limited to 'src/systems/attacking.rs')
| -rw-r--r-- | src/systems/attacking.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/attacking.rs b/src/systems/attacking.rs index 4318695..e4001c9 100644 --- a/src/systems/attacking.rs +++ b/src/systems/attacking.rs @@ -64,7 +64,7 @@ impl <'a> System<'a> for Attacking { } if let Some(position) = positions.get(ent){ if wounded { - new.create(position.pos, Template::empty("wound")).unwrap(); + new.create(position.pos, &Template::empty("wound")).unwrap(); } } } |
