mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 15:00:14 +00:00
genderswitch for Rusalka/Topielec
This commit is contained in:
parent
8fb66450dd
commit
d08c5ea0c4
@ -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 ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user