Identification scrolls
This commit is contained in:
parent
cfe5884a0b
commit
51081c7c9c
11 changed files with 233 additions and 18 deletions
|
|
@ -60,7 +60,8 @@ macro_rules! apply_flags {
|
|||
"FOOD" => $eb = $eb.with(ProvidesNutrition {}),
|
||||
"CONSUMABLE" => $eb = $eb.with(Consumable {}),
|
||||
"CHARGES" => $eb = $eb.with(Charges { uses: 3, max_uses: 3 }),
|
||||
"REMOVE_CURSE" => $eb = $eb.with(RemovesCurse {}),
|
||||
"REMOVE_CURSE" => $eb = $eb.with(ProvidesRemoveCurse {}),
|
||||
"IDENTIFY" => $eb = $eb.with(ProvidesIdentify {}),
|
||||
"DIGGER" => $eb = $eb.with(Digger {}),
|
||||
"MAGICMAP" => $eb = $eb.with(MagicMapper {}),
|
||||
// CAN BE DESTROYED BY DAMAGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue