mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-14 10:48:52 +00:00
export everything: modules compiled separately
This commit is contained in:
+1
-1
@@ -425,7 +425,7 @@ monstertype minf[motypes] = {
|
||||
#include "content.cpp"
|
||||
};
|
||||
|
||||
genderswitch_t genderswitch[NUM_GS] = {
|
||||
EX genderswitch_t genderswitch[NUM_GS] = {
|
||||
{ GEN_F, moFalsePrincess, "False Princess",
|
||||
"Don't be fooled by this red-haired girl, or you will be stabbed if you come too close!"},
|
||||
{ GEN_M, moFalsePrincess, "False Prince",
|
||||
|
||||
Reference in New Issue
Block a user