genderswitch for Rusalka/Topielec

This commit is contained in:
Zeno Rogue 2020-02-26 01:20:56 +01:00
parent 8fb66450dd
commit d08c5ea0c4
1 changed files with 6 additions and 2 deletions

View File

@ -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 ---