fix misinformative message for using a phial to craft a battery
This commit is contained in:
parent
06675f3824
commit
39bb13d39f
3 changed files with 3 additions and 2 deletions
|
@ -51,7 +51,7 @@ object OpMakeBattery : SpellOperator {
|
|||
) {
|
||||
throw MishapBadItem.of(
|
||||
entity,
|
||||
"mana"
|
||||
"mana_for_battery"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ class OpMakePackagedSpell<T : ItemPackagedSpell>(val itemType: T, val cost: Int)
|
|||
) {
|
||||
throw MishapBadItem.of(
|
||||
entity,
|
||||
"mana"
|
||||
"mana_for_battery"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue