- 30 Steine/Holz für jede Partei

This commit is contained in:
Christian Schlittchen 2001-12-15 18:47:18 +00:00
parent 6428321418
commit 2e67b979de
1 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,9 @@ void
give_starting_equipment(struct region *r, struct unit *u)
{
set_item(u, I_WOOD, 30);
set_item(u, I_STONE, 30);
switch(old_race(u->race)) {
case RC_DWARF:
set_skill(u, SK_SWORD, 30);