Skip to content

Commit

Permalink
Add important NPC names to 02
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxed committed Jun 2, 2024
1 parent 691350e commit cac126a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gamemode/gametypes/hl2ep2/mapscripts/ep2_outland_02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ MAPSCRIPT.EntityFilterByName = {
["spawnitems_template"] = true,
}

MAPSCRIPT.ImportantPlayerNPCNames = {
["sheckley"] = true,
["griggs"] = true,
["vort"] = true
}

MAPSCRIPT.GlobalStates = {
}

Expand Down

0 comments on commit cac126a

Please sign in to comment.