#define GIVERESTRICTION in den settings-header

This commit is contained in:
Enno Rehling 2002-10-06 10:16:11 +00:00
parent 10bb716d52
commit 92941d03e1
4 changed files with 3 additions and 1 deletions

View File

@ -524,7 +524,6 @@ give_item(int want, const item_type * itype, unit * src, unit * dest, const char
assert(itype!=NULL);
n = new_get_pooled(src, item2resource(itype), GET_DEFAULT);
n = min(want, n);
#define GIVERESTRICTION 3
if (dest && src->faction != dest->faction && src->faction->age < GIVERESTRICTION) {
ADDMSG(&src->faction->msgs, msg_error(src, cmd, "giverestriction",
"turns", GIVERESTRICTION));

View File

@ -39,6 +39,7 @@
#define RESOURCE_CONVERSION 1
#define RESOURCE_QUANTITY 0.5
#define TEACHDIFFERENCE 2
#define GIVERESTRICTION 3
#define MUSEUM_MODULE
#define ARENA_MODULE

View File

@ -40,5 +40,6 @@
#define RESOURCE_QUANTITY 0.5
#define TEACHDIFFERENCE 2
#define MAXAGE 8
#define GIVERESTRICTION 3
#define MAILITPATH "/usr/sbin:$HOME/tutorial/bin:/bin:/usr/bin:/usr/local/bin"

View File

@ -39,6 +39,7 @@
#define RESOURCE_CONVERSION 1
#define RESOURCE_QUANTITY 0.5
#define TEACHDIFFERENCE 2
#define GIVERESTRICTION 0
#define ALLIANCES
#undef ALLIANCEJOIN