summaryrefslogtreecommitdiff
path: root/qeditor.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'qeditor.rpy')
-rw-r--r--qeditor.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/qeditor.rpy b/qeditor.rpy
index 37cfe0a..3d5112b 100644
--- a/qeditor.rpy
+++ b/qeditor.rpy
@@ -174,7 +174,7 @@ screen quest_editor():
textbutton "{size=20}%d{/size}" % mob["sprite"] action None
hbox:
spacing 7
- textbutton "{size=20}Ele: %d{/size}" % mob["attribute"] action None
+ textbutton "{size=20}Ele: %s{/size}" % ParseEle(mob["attribute"]) action None
textbutton "{size=20}Boss: %s{/size}" % str(mob["boss"]) action Function(qeditor_input, "waves", wc-1, "bool", key3=mc-1, key4="boss")
null width 20
textbutton _("X Delete") action Function(qeditor_delete, "waves", wc-1, mc-1)