swaps over to bracket-lib's parse_dice_string(), and cl
This commit is contained in:
parent
921fee2ecc
commit
de0aa33107
3 changed files with 17 additions and 19 deletions
|
|
@ -172,7 +172,7 @@ fn handle_magic_mapper(
|
|||
fn handle_grant_spell(
|
||||
ecs: &mut World,
|
||||
event: &mut EventInfo,
|
||||
mut logger: gamelog::Logger
|
||||
logger: gamelog::Logger
|
||||
) -> (gamelog::Logger, bool) {
|
||||
if let Some(_granted_spell) = ecs.read_storage::<GrantsSpell>().get(event.entity) {
|
||||
if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue