Identification scrolls

This commit is contained in:
Llywelwyn 2023-08-22 17:38:30 +01:00
parent cfe5884a0b
commit 51081c7c9c
11 changed files with 233 additions and 18 deletions

View file

@ -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