Skip to content

Commit

Permalink
Fixed stalkers not attacking players
Browse files Browse the repository at this point in the history
Maybe force all NPCs of same class to same squad?
  • Loading branch information
robotboy655 committed Apr 11, 2015
1 parent 89ee908 commit 9cfcdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions garrysmod/lua/autorun/base_npcs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ local NPC = {
Name = "Stalker",
Class = "npc_stalker",
Category = Category,
KeyValues = { squadname = "npc_stalker_squad" },
Offset = 10
}
list.Set( "NPC", NPC.Class, NPC )
Expand Down

0 comments on commit 9cfcdd7

Please sign in to comment.