Skip to content

Commit

Permalink
Исправление нежелания Сахатого общаться с ГГ
Browse files Browse the repository at this point in the history
  • Loading branch information
naxac committed Jun 17, 2023
1 parent 016baa0 commit a3a545e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Game/gamedata/scripts/braad_test.script
Expand Up @@ -251,9 +251,9 @@ end

function spawn_church_band()
local v = vector()
AI:create_free("add_church_ban1",v:set(294.5813,7.1353683,-153.27551),327543,3531)
AI:create_free("add_church_ban2",v:set(294.5813,7.1353683,-153.27551),327543,3531)
AI:create_free("add_church_ban3",v:set(294.5813,7.1353683,-153.27551),327543,3531)
AI:create("add_church_ban1",v:set(294.5813,7.1353683,-153.27551),327543,3531)
AI:create("add_church_ban2",v:set(294.5813,7.1353683,-153.27551),327543,3531)
AI:create("add_church_ban3",v:set(294.5813,7.1353683,-153.27551),327543,3531)
end

function sed_village()
Expand Down

0 comments on commit a3a545e

Please sign in to comment.