forked from github/server
parent
53fac9ab58
commit
65488eb2f8
|
@ -21,7 +21,9 @@
|
|||
"config://res/eressea/spellbooks/tybied.xml"
|
||||
],
|
||||
"disabled": [
|
||||
"number",
|
||||
"destroy",
|
||||
"steal",
|
||||
"number",
|
||||
"jsreport"
|
||||
],
|
||||
"settings": {
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
- NUMMER Befehl abgeschafft.
|
||||
- Ebene und Hochland haben 20%, alle anderen Regionen 10% der Arbeitsplätze von E2.
|
||||
- Keine Zufallsmonster
|
||||
- ZERSTÖRE Befehl abgeschafft.
|
||||
- BEKLAUE Befehl abgeschafft.
|
||||
|
|
|
@ -974,7 +974,7 @@ void spawn_undead(void)
|
|||
{
|
||||
region *r;
|
||||
faction *monsters = get_monsters();
|
||||
int spawn_chance = config_get_int("monsters.spawn.chance", 100) * 10;
|
||||
int spawn_chance = config_get_int("monsters.spawn.chance", 100) * 100;
|
||||
|
||||
if (spawn_chance <= 0) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue