summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/ATTRIBUTION6
-rw-r--r--game/gfx/summons/0.webpbin7488 -> 19810 bytes
-rw-r--r--game/gfx/summons/1.webpbin7488 -> 131612 bytes
-rw-r--r--game/gfx/summons/15.webpbin0 -> 64422 bytes
-rw-r--r--game/gfx/summons/2.webpbin4696 -> 0 bytes
-rw-r--r--game/gfx/summons/3.webpbin4748 -> 0 bytes
-rw-r--r--game/quest.rpy2
7 files changed, 4 insertions, 4 deletions
diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION
index d05c8f1..c1fc91d 100644
--- a/game/ATTRIBUTION
+++ b/game/ATTRIBUTION
@@ -133,9 +133,9 @@ Where relevant, you must also include a link to https://tmw2.org in your credit.
### UNITS
***Please refer to the unit card, has modifications***
## SUMMONS
- gfx/summons/1.webp (-) (-) (-)
- gfx/summons/2.webp (-) (-) (-)
- gfx/summons/3.webp (-) (-) (-)
+ gfx/summons/0.webp (Stéphane Richard) (PD) (Wootha/Edit)
+ gfx/summons/1.webp (Stéphane Richard) (PD) (Wootha/Edit)
+ gfx/summons/15.webp (Stéphane Richard) (PD) (Wootha/Edit)
## UNITS
gfx/units/0.png (-) (-) (-)
gfx/units/10000000.png (David Revoy) (CC BY 3.0) (From OpenGameArt)
diff --git a/game/gfx/summons/0.webp b/game/gfx/summons/0.webp
index 87cae64..75c611b 100644
--- a/game/gfx/summons/0.webp
+++ b/game/gfx/summons/0.webp
Binary files differ
diff --git a/game/gfx/summons/1.webp b/game/gfx/summons/1.webp
index 87cae64..39233c4 100644
--- a/game/gfx/summons/1.webp
+++ b/game/gfx/summons/1.webp
Binary files differ
diff --git a/game/gfx/summons/15.webp b/game/gfx/summons/15.webp
new file mode 100644
index 0000000..31ea5ca
--- /dev/null
+++ b/game/gfx/summons/15.webp
Binary files differ
diff --git a/game/gfx/summons/2.webp b/game/gfx/summons/2.webp
deleted file mode 100644
index 85a3c79..0000000
--- a/game/gfx/summons/2.webp
+++ /dev/null
Binary files differ
diff --git a/game/gfx/summons/3.webp b/game/gfx/summons/3.webp
deleted file mode 100644
index 0153d86..0000000
--- a/game/gfx/summons/3.webp
+++ /dev/null
Binary files differ
diff --git a/game/quest.rpy b/game/quest.rpy
index a01a21c..dbdc1ef 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", "[%d]" % ifte(debug, 3, 0))
+ raw=send_packet("summon", "[%d]" % ifte(debug, 15, 0))
bt=json_decode(raw)
if (bt == ERR_JSONDECODER):