diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/ATTRIBUTION | 6 | ||||
-rw-r--r-- | game/gfx/summons/0.webp | bin | 7488 -> 19810 bytes | |||
-rw-r--r-- | game/gfx/summons/1.webp | bin | 7488 -> 131612 bytes | |||
-rw-r--r-- | game/gfx/summons/15.webp | bin | 0 -> 64422 bytes | |||
-rw-r--r-- | game/gfx/summons/2.webp | bin | 4696 -> 0 bytes | |||
-rw-r--r-- | game/gfx/summons/3.webp | bin | 4748 -> 0 bytes | |||
-rw-r--r-- | game/quest.rpy | 2 |
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 Binary files differindex 87cae64..75c611b 100644 --- a/game/gfx/summons/0.webp +++ b/game/gfx/summons/0.webp diff --git a/game/gfx/summons/1.webp b/game/gfx/summons/1.webp Binary files differindex 87cae64..39233c4 100644 --- a/game/gfx/summons/1.webp +++ b/game/gfx/summons/1.webp diff --git a/game/gfx/summons/15.webp b/game/gfx/summons/15.webp Binary files differnew file mode 100644 index 0000000..31ea5ca --- /dev/null +++ b/game/gfx/summons/15.webp diff --git a/game/gfx/summons/2.webp b/game/gfx/summons/2.webp Binary files differdeleted file mode 100644 index 85a3c79..0000000 --- a/game/gfx/summons/2.webp +++ /dev/null diff --git a/game/gfx/summons/3.webp b/game/gfx/summons/3.webp Binary files differdeleted file mode 100644 index 0153d86..0000000 --- a/game/gfx/summons/3.webp +++ /dev/null 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): |