fix misinformative message for using a phial to craft a battery

This commit is contained in:
yrsegal@gmail.com 2022-04-25 09:48:39 -04:00
parent 06675f3824
commit 39bb13d39f
3 changed files with 3 additions and 2 deletions

View file

@ -51,7 +51,7 @@ object OpMakeBattery : SpellOperator {
) {
throw MishapBadItem.of(
entity,
"mana"
"mana_for_battery"
)
}

View file

@ -44,7 +44,7 @@ class OpMakePackagedSpell<T : ItemPackagedSpell>(val itemType: T, val cost: Int)
) {
throw MishapBadItem.of(
entity,
"mana"
"mana_for_battery"
)
}

View file

@ -356,6 +356,7 @@
"hexcasting.mishap.bad_item.iota.write": "a place to write iotas to",
"hexcasting.mishap.bad_item.iota.readonly": "a place that will accept %s",
"hexcasting.mishap.bad_item.mana": "a media-containing item",
"hexcasting.mishap.bad_item.mana_for_battery": "a raw media item",
"hexcasting.mishap.bad_item.only_one": "exactly one item",
"hexcasting.mishap.bad_item.eraseable": "an eraseable item",
"hexcasting.mishap.bad_item.bottle": "a glass bottle",