fix: hostage code (#269)
fix: hostage code add: yb_random_knife_attacks cvar
This commit is contained in:
parent
0b5658c065
commit
f55ac6c5c4
5 changed files with 100 additions and 8 deletions
|
|
@ -2751,6 +2751,7 @@ void BotGraph::addBasic () {
|
|||
autoCreateForEntity (NodeAddFlag::Goal, "func_bomb_target"); // bombspot zone
|
||||
autoCreateForEntity (NodeAddFlag::Goal, "info_bomb_target"); // bombspot zone (same as above)
|
||||
autoCreateForEntity (NodeAddFlag::Goal, "hostage_entity"); // hostage entities
|
||||
autoCreateForEntity (NodeAddFlag::Goal, "monster_scientist"); // hostage entities (same as above)
|
||||
autoCreateForEntity (NodeAddFlag::Goal, "func_vip_safetyzone"); // vip rescue (safety) zone
|
||||
autoCreateForEntity (NodeAddFlag::Goal, "func_escapezone"); // terrorist escape zone
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue