From d08c5ea0c408fbeb2c8948bed27994e9c09da2d6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 26 Feb 2020 01:20:56 +0100 Subject: [PATCH] genderswitch for Rusalka/Topielec --- classes.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/classes.cpp b/classes.cpp index 9a2f0882..a32f2d77 100644 --- a/classes.cpp +++ b/classes.cpp @@ -500,7 +500,7 @@ EX monstertype minf[motypes] = { }; #if HDR -#define NUM_GS 6 +#define NUM_GS 8 struct genderswitch_t { int gender; eMonster m; @@ -522,7 +522,11 @@ EX genderswitch_t genderswitch[NUM_GS] = { "She has flowers in her long fair hair. You could not bring yourself to attack such a beautiful woman."}, { GEN_M, moRoseBeauty, "Handsome Gardener", "Tall, strong, and holding a flower in his hand. You could " - "not bring yourself to attack such a handsome man."} + "not bring yourself to attack such a handsome man."}, + { GEN_F, moRusalka, "Rusałka", + "A malicious water being. When you kill her, she changes the tile you are standing on, from land to shallow water, or from shallow water to deep water."}, + { GEN_M, moRusalka, "Topielec", + "A malicious water being. When you kill him, he changes the tile you are standing on, from land to shallow water, or from shallow water to deep water."}, }; // --- items ---