Eressea, WdW und Tutorial mit Unterhaltszahlungen im Astralraum

This commit is contained in:
Enno Rehling 2003-12-17 00:47:24 +00:00
parent e0dcd957dd
commit 89fb44caa3
7 changed files with 8 additions and 6 deletions

View File

@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="gamecode" Name="gamecode"
ProjectGUID="{836AC507-A3BD-4F6A-8362-BEBC3EA41CC2}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>

View File

@ -2498,10 +2498,11 @@ lifestyle(const unit * u)
astralspace = getplanebyname("Astralraum"); astralspace = getplanebyname("Astralraum");
} }
#ifndef ASTRAL_HUNGER
/* Keinen Unterhalt im Astralraum. */ /* Keinen Unterhalt im Astralraum. */
if (getplane(u->region) == astralspace) if (getplane(u->region) == astralspace)
return 0; return 0;
#endif
if(u->region->planep && fval(u->region->planep, PFL_NOFEED)) if(u->region->planep && fval(u->region->planep, PFL_NOFEED))
return 0; return 0;

View File

@ -245,9 +245,6 @@
<File <File
RelativePath=".\race.h"> RelativePath=".\race.h">
</File> </File>
<File
RelativePath=".\randenc.h">
</File>
<File <File
RelativePath=".\region.h"> RelativePath=".\region.h">
</File> </File>

View File

@ -34,7 +34,7 @@
#define COMBAT_TURNS 5 #define COMBAT_TURNS 5
#define PEASANTS_DO_NOT_STARVE 0 #define PEASANTS_DO_NOT_STARVE 0
#define NEW_MIGRATION 1 #define NEW_MIGRATION 1
#define ASTRAL_HUNGER
#undef SHORTPWDS #undef SHORTPWDS
#define ZEROFOKS_QUESTMASTER "eressea@zerofoks.net" #define ZEROFOKS_QUESTMASTER "eressea@zerofoks.net"

View File

@ -34,5 +34,6 @@
#define COMBAT_TURNS 5 #define COMBAT_TURNS 5
#define PEASANTS_DO_NOT_STARVE 0 #define PEASANTS_DO_NOT_STARVE 0
#define NEW_MIGRATION 1 #define NEW_MIGRATION 1
#define ASTRAL_HUNGER
#define MAILITPATH "/usr/sbin:$HOME/tutorial/bin:/bin:/usr/bin:/usr/local/bin" #define MAILITPATH "/usr/sbin:$HOME/tutorial/bin:/bin:/usr/bin:/usr/local/bin"

View File

@ -37,6 +37,7 @@
#define MIGRANTS_CAN_LEARN_EXPENSIVE_SKILLS 1 /* vinyambar 3 only */ #define MIGRANTS_CAN_LEARN_EXPENSIVE_SKILLS 1 /* vinyambar 3 only */
#define MAGICPOWER 0.5 #define MAGICPOWER 0.5
#define MAGICREGEN 0.5 #define MAGICREGEN 0.5
#define ASTRAL_HUNGER
#define RESOURCE_FACTOR 0.25 #define RESOURCE_FACTOR 0.25
#if NEWATSROI == 1 #if NEWATSROI == 1

View File

@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="eressea" Name="eressea"
ProjectGUID="{749A2F7C-B9C3-4CEB-B1B2-1D4587E68718}"
SccProjectName="" SccProjectName=""
SccLocalPath=""> SccLocalPath="">
<Platforms> <Platforms>