summaryrefslogtreecommitdiff
path: root/lua/autorun/zone_huntingground.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/autorun/zone_huntingground.lua')
-rw-r--r--lua/autorun/zone_huntingground.lua23
1 files changed, 0 insertions, 23 deletions
diff --git a/lua/autorun/zone_huntingground.lua b/lua/autorun/zone_huntingground.lua
index b2b76e0..23d9ab1 100644
--- a/lua/autorun/zone_huntingground.lua
+++ b/lua/autorun/zone_huntingground.lua
@@ -10,29 +10,6 @@ hook.Add("OnZoneCreated","artery_huntingground",function(zone,class,zoneID)
end
end)
---[[
-local monsters = {
- --Skyrim
- "npc_draugr_wight",
- "npc_draugr",
- "npc_draugr_deathlord",
- "npc_draugr_overlord",
- "npc_draugr_scourge",
- "npc_draugr_wight",
- "npc_draugr_restless",
- "npc_scrib",
- "npc_falmer",
- "npc_falmer_gloomlurker",
- "npc_falmer_nightprowler",
- "npc_falmer_shadowmaster",
- "npc_falmer_skulker",
- "npc_mudcrab",
- "npc_deathclaw",
- --Fallout
- "npc_tunneler",
- "npc_tunneler_queen",
-}
-]]
local monsters
local function find_monsters()
if monsters == nil then