mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
don't spawn tursus
This commit is contained in:
parent
d219cdd97c
commit
e63ab8338e
@ -13,7 +13,6 @@ SpawnEntry (
|
||||
groups: [
|
||||
(2, (4, 12, "common.entity.wild.peaceful.penguin")),
|
||||
(2, (4, 8, "common.entity.wild.peaceful.seal")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.tursus")),
|
||||
],
|
||||
spawn_mode: Ice,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
|
@ -8,7 +8,6 @@ SpawnEntry (
|
||||
(1, (1, 1, "common.entity.wild.aggressive.wendigo")),
|
||||
(1, (2, 6, "common.entity.wild.peaceful.mammoth")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.mountain_troll")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.tursus")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
|
@ -6,7 +6,6 @@ SpawnEntry (
|
||||
groups: [
|
||||
(1, (1, 1, "common.entity.wild.peaceful.jackalope")),
|
||||
(1, (1, 1, "common.entity.wild.peaceful.arctic_hare")),
|
||||
(1, (1, 1, "common.entity.wild.aggressive.tursus")),
|
||||
],
|
||||
spawn_mode: Land,
|
||||
day_period: [Night, Morning, Noon, Evening],
|
||||
|
Loading…
Reference in New Issue
Block a user