summaryrefslogtreecommitdiff
path: root/gamemode/server/entity_functions.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-04-29 20:30:52 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-04-29 20:30:52 -0400
commit6f6cce0561c19e7af14bcc6e6b1c7de2d5efc530 (patch)
treea0a9e142b4741ed109a00059e3b98efc86b25b4d /gamemode/server/entity_functions.lua
parent534ce8e8612da3ba6d610a782eeaf10c9135b947 (diff)
downloadgmstranded-6f6cce0561c19e7af14bcc6e6b1c7de2d5efc530.tar.gz
gmstranded-6f6cce0561c19e7af14bcc6e6b1c7de2d5efc530.tar.bz2
gmstranded-6f6cce0561c19e7af14bcc6e6b1c7de2d5efc530.zip
a halfway commit to show scott
Diffstat (limited to 'gamemode/server/entity_functions.lua')
-rw-r--r--gamemode/server/entity_functions.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/gamemode/server/entity_functions.lua b/gamemode/server/entity_functions.lua
index e5b91c1..4894ad1 100644
--- a/gamemode/server/entity_functions.lua
+++ b/gamemode/server/entity_functions.lua
@@ -53,8 +53,6 @@ function EntityMeta:DropToGround()
self:SetPos( tr.HitPos )
end
-GMS.LootableNPCs = { "npc_antlion", "npc_antlionguard", "npc_crow", "npc_seagull", "npc_pigeon", "npc_zombie" }
-
function EntityMeta:IsLootableNPC()
return table.HasValue( GMS.LootableNPCs, self:GetClass() )
end