combat system 2nd pass - multiattacks for natural attackers
This commit is contained in:
parent
42113ad6a4
commit
a17a2c8f11
7 changed files with 247 additions and 174 deletions
|
|
@ -209,6 +209,7 @@ pub fn spawn_named_mob(
|
|||
"BLOCKS_TILE" => eb = eb.with(BlocksTile {}),
|
||||
"BYSTANDER" => eb = eb.with(Bystander {}),
|
||||
"MONSTER" => eb = eb.with(Monster {}),
|
||||
"MULTIATTACK" => eb = eb.with(MultiAttack {}),
|
||||
_ => rltk::console::log(format!("Unrecognised flag: {}", flag.as_str())),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue