forked from github/server
Eressea, WdW und Tutorial mit Unterhaltszahlungen im Astralraum
This commit is contained in:
parent
e0dcd957dd
commit
89fb44caa3
|
@ -3,6 +3,7 @@
|
|||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="gamecode"
|
||||
ProjectGUID="{836AC507-A3BD-4F6A-8362-BEBC3EA41CC2}"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
|
|
|
@ -2498,10 +2498,11 @@ lifestyle(const unit * u)
|
|||
astralspace = getplanebyname("Astralraum");
|
||||
}
|
||||
|
||||
/* Keinen Unterhalt im Astralraum. */
|
||||
#ifndef ASTRAL_HUNGER
|
||||
/* Keinen Unterhalt im Astralraum. */
|
||||
if (getplane(u->region) == astralspace)
|
||||
return 0;
|
||||
|
||||
#endif
|
||||
if(u->region->planep && fval(u->region->planep, PFL_NOFEED))
|
||||
return 0;
|
||||
|
||||
|
|
|
@ -245,9 +245,6 @@
|
|||
<File
|
||||
RelativePath=".\race.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\randenc.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\region.h">
|
||||
</File>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define COMBAT_TURNS 5
|
||||
#define PEASANTS_DO_NOT_STARVE 0
|
||||
#define NEW_MIGRATION 1
|
||||
|
||||
#define ASTRAL_HUNGER
|
||||
#undef SHORTPWDS
|
||||
|
||||
#define ZEROFOKS_QUESTMASTER "eressea@zerofoks.net"
|
||||
|
|
|
@ -34,5 +34,6 @@
|
|||
#define COMBAT_TURNS 5
|
||||
#define PEASANTS_DO_NOT_STARVE 0
|
||||
#define NEW_MIGRATION 1
|
||||
#define ASTRAL_HUNGER
|
||||
|
||||
#define MAILITPATH "/usr/sbin:$HOME/tutorial/bin:/bin:/usr/bin:/usr/local/bin"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define MIGRANTS_CAN_LEARN_EXPENSIVE_SKILLS 1 /* vinyambar 3 only */
|
||||
#define MAGICPOWER 0.5
|
||||
#define MAGICREGEN 0.5
|
||||
#define ASTRAL_HUNGER
|
||||
#define RESOURCE_FACTOR 0.25
|
||||
|
||||
#if NEWATSROI == 1
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="eressea"
|
||||
ProjectGUID="{749A2F7C-B9C3-4CEB-B1B2-1D4587E68718}"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
|
|
Loading…
Reference in New Issue