mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-05 03:19:55 +00:00
Merging master
This commit is contained in:
@@ -37,7 +37,7 @@ void entity_moved(gc_engine *engine, va_list args)
|
|||||||
return;
|
return;
|
||||||
if (tile->type && my_strcmp(tile->type, "combat"))
|
if (tile->type && my_strcmp(tile->type, "combat"))
|
||||||
combat_start(engine);
|
combat_start(engine);
|
||||||
if (random() % 100 <= cmp->fight_rate)
|
if (random() % 100 < cmp->fight_rate)
|
||||||
combat_start(engine);
|
combat_start(engine);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user