Specified that variable names must be used in ammunition references

This commit is contained in:
Stefan Zermatten
2020-01-27 13:50:27 +02:00
parent 328480d2c5
commit 83b810ce3d

View File

@@ -38,7 +38,7 @@
<form-section name="Advanced">
<text-field
label="Ammunition"
hint="The name of the item used as ammunition"
hint="The variable name of the item used as ammunition"
v-if="attackForm"
:value="model.ammunition"
@change="(value, ack) => $emit('change', {path: ['ammunition'], value, ack})"