summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 17:55:11 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 17:55:11 -0300
commit005bd7dc2d9605387a82c8bbe0342cc34202886b (patch)
tree028a0a4bd0fb92955c6f949e732c3133cbdfc65b
parent038c32e75db67f680c333bc3bcb0dc0865806c3c (diff)
downloadclient-005bd7dc2d9605387a82c8bbe0342cc34202886b.tar.gz
client-005bd7dc2d9605387a82c8bbe0342cc34202886b.tar.bz2
client-005bd7dc2d9605387a82c8bbe0342cc34202886b.tar.xz
client-005bd7dc2d9605387a82c8bbe0342cc34202886b.zip
Replace the female warrior (improper license) with a female magi.
-rw-r--r--game/ATTRIBUTION4
-rw-r--r--game/gfx/dialog/ana.webpbin92450 -> 0 bytes
-rw-r--r--game/gfx/dialog/goodess.webpbin0 -> 83206 bytes
-rw-r--r--game/story.rpy5
4 files changed, 5 insertions, 4 deletions
diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION
index 3f24e94..f07a8a7 100644
--- a/game/ATTRIBUTION
+++ b/game/ATTRIBUTION
@@ -75,13 +75,13 @@ Where relevant, you must also include a link to https://tmw2.org in your credit.
gfx/cards/ele/5.png (Chrisdesign) (CC0) (From OpenGameArt)
## DIALOG
gfx/dialog/0.png (-) (-) (-)
- gfx/dialog/ana.webp (?) (GPLv3) (Wesnoth/UMC)
gfx/dialog/archmage.webp (Emilien Rotival) (CC BY SA) (Wesnoth/HttT)
gfx/dialog/darkmana.webp (Santiago Iborra) (CC BY SA) (Arcmage/Modified)
gfx/dialog/deadlyshock.webp (Santiago Iborra) (CC BY SA) (Arcmage/Modified)
gfx/dialog/detective.webp (Sapiboong) (Sapiboong*) (LemmaSoftForums)
gfx/dialog/giulio.png (David Revoy) (CC BY 3.0) (From OpenGameArt)
- gfx/dialog/grandmaster.webp (?) (GPLv3) (Wesnoth/UMC)
+ gfx/dialog/goodess.webp (Luciana Nascimento) (CC BY SA) (Argentum Age)
+ gfx/dialog/grandmaster.webp (?) (GPLv3) (Wesnoth/?)
gfx/dialog/mentor.webp (Santiago Iborra) (CC BY SA) (Arcmage)
gfx/dialog/rebel.png (Doofus-01) (CC BY SA) (Wesnoth/Archaic Resources)
gfx/dialog/spearman.webp (Santiago Iborra) (CC BY SA) (Arcmage)
diff --git a/game/gfx/dialog/ana.webp b/game/gfx/dialog/ana.webp
deleted file mode 100644
index 816e25f..0000000
--- a/game/gfx/dialog/ana.webp
+++ /dev/null
Binary files differ
diff --git a/game/gfx/dialog/goodess.webp b/game/gfx/dialog/goodess.webp
new file mode 100644
index 0000000..d0623ec
--- /dev/null
+++ b/game/gfx/dialog/goodess.webp
Binary files differ
diff --git a/game/story.rpy b/game/story.rpy
index 5c0a3e0..ae3b0f1 100644
--- a/game/story.rpy
+++ b/game/story.rpy
@@ -164,10 +164,11 @@ label SQ00005_post:
show dialog_mentor at tcenter
with dissolve
e_mn "Yes, and you {i}are{/i} late. The council session has already started."
+label testing:
window show
scene bg castle2
- show dialog_ana at tcustom(-1.4)
- show dialog_mentor at tcustom(-2.7)
+ show dialog_goodess at tcustom(-0.8)
+ show dialog_mentor at tcustom(-2.0)
show dialog_grandmaster at tcustom(1.4)
show dialog_giulio at tcustom(1.5)
with Dissolve(1.0)