Specified that variable names must be used in ammunition references
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<form-section name="Advanced">
|
<form-section name="Advanced">
|
||||||
<text-field
|
<text-field
|
||||||
label="Ammunition"
|
label="Ammunition"
|
||||||
hint="The name of the item used as ammunition"
|
hint="The variable name of the item used as ammunition"
|
||||||
v-if="attackForm"
|
v-if="attackForm"
|
||||||
:value="model.ammunition"
|
:value="model.ammunition"
|
||||||
@change="(value, ack) => $emit('change', {path: ['ammunition'], value, ack})"
|
@change="(value, ack) => $emit('change', {path: ['ammunition'], value, ack})"
|
||||||
|
|||||||
Reference in New Issue
Block a user