Expands cheat menu
This commit is contained in:
parent
0344f87da8
commit
71f5c2ac9f
10 changed files with 66 additions and 10 deletions
|
|
@ -313,6 +313,7 @@ pub fn spawn_named_mob(
|
|||
hit_points: Pool { current: mob_hp, max: mob_hp },
|
||||
mana: Pool { current: mob_mana, max: mob_mana },
|
||||
weight: 0.0,
|
||||
god: false,
|
||||
};
|
||||
eb = eb.with(pools);
|
||||
eb = eb.with(EquipmentChanged {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue