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 fb62300f42
commit 54147e86b6
3 changed files with 3 additions and 2 deletions

View file

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

View file

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

View file

@ -357,6 +357,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",