golem eisen/Steinanpassung

This commit is contained in:
Katja Zedel 2002-03-02 14:14:52 +00:00
parent c9129baf45
commit b910647eab
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
#define AT_STRUCTURAL 8
#define GOLEM_IRON 4 /* Anzahl Eisen in einem Eisengolem */
#define GOLEM_STONE 5 /* Anzahl Steine in einem Steingolem */
#define GOLEM_STONE 4 /* Anzahl Steine in einem Steingolem */
typedef struct att {
int type;

View File

@ -1496,7 +1496,7 @@ sp_sparkle(castorder *co)
* Flag:
* (SPELLLEVEL)
*
* #define GOLEM_IRON 5
* #define GOLEM_IRON 4
*/
static int
@ -1558,7 +1558,7 @@ sp_create_irongolem(castorder *co)
* Flag:
* (SPELLLEVEL)
*
* #define GOLEM_STONE 5
* #define GOLEM_STONE 4
*/
static int
sp_create_stonegolem(castorder *co)