summaryrefslogtreecommitdiff
path: root/game/quest.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/quest.rpy')
-rw-r--r--game/quest.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/quest.rpy b/game/quest.rpy
index b0af279..a01a21c 100644
--- a/game/quest.rpy
+++ b/game/quest.rpy
@@ -39,7 +39,7 @@ init python:
def loadsummon():
global Battle
# FIXME: Retrieve summon ID, etc
- raw=send_packet("summon", "[1]")
+ raw=send_packet("summon", "[%d]" % ifte(debug, 3, 0))
bt=json_decode(raw)
if (bt == ERR_JSONDECODER):