forked from github/server
"Untote greifen sofort nach dem Aufstehen an" spawn_* Funktionen erst am Ende der Auswertung
This commit is contained in:
parent
e3f1330df3
commit
5e99e84614
|
@ -66,12 +66,6 @@ function process(orders)
|
|||
end
|
||||
run_scripts()
|
||||
|
||||
-- create new monsters:
|
||||
spawn_dragons()
|
||||
spawn_undead()
|
||||
spawn_braineaters(0.25)
|
||||
spawn_ents()
|
||||
|
||||
plan_monsters()
|
||||
|
||||
local nmrs = get_nmrs(1)
|
||||
|
@ -84,6 +78,12 @@ function process(orders)
|
|||
|
||||
process_orders()
|
||||
|
||||
-- create new monsters:
|
||||
spawn_dragons()
|
||||
spawn_undead()
|
||||
spawn_braineaters(0.25)
|
||||
spawn_ents()
|
||||
|
||||
-- post-turn updates:
|
||||
update_xmas2006()
|
||||
update_embassies()
|
||||
|
|
Loading…
Reference in New Issue