mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-27 00:15:29 +03:00
Added spheres for min/max search distance on npc_enemyfinder
This commit is contained in:
parent
a6f41b6c4c
commit
d44d94a43c
@ -799,7 +799,7 @@
|
||||
]
|
||||
|
||||
|
||||
@NPCClass base(Parentname, BaseNPC) size(-16 -16 -16, 16 16 16) color(255 150 0) = npc_enemyfinder : "EnemyFinder"
|
||||
@NPCClass base(Parentname, BaseNPC) size(-16 -16 -16, 16 16 16) color(255 150 0) sphere(MinSearchDist) sphere(MaxSearchDist) = npc_enemyfinder : "EnemyFinder"
|
||||
[
|
||||
spawnflags(flags) =
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user