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