diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-09-02 17:33:23 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-09-02 17:33:23 -0400 |
| commit | 9cafd07d43443a662bd279d4a303586e29d92a4e (patch) | |
| tree | 91f10000f6ec6ef0e004c146909945ffed885772 /lua/autorun/zone_huntingground.lua | |
| parent | 147c4b979de268fdf45c01beb0bb877d32e3e32c (diff) | |
| download | artery_editor-9cafd07d43443a662bd279d4a303586e29d92a4e.tar.gz artery_editor-9cafd07d43443a662bd279d4a303586e29d92a4e.tar.bz2 artery_editor-9cafd07d43443a662bd279d4a303586e29d92a4e.zip | |
Various updates
Diffstat (limited to 'lua/autorun/zone_huntingground.lua')
| -rw-r--r-- | lua/autorun/zone_huntingground.lua | 23 |
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 |
