11 lines
174 B
Lua
11 lines
174 B
Lua
AddCSLuaFile()
|
|
|
|
ENT.Base = "tfa_exp_base"
|
|
ENT.PrintName = "Contact Explosive"
|
|
|
|
function ENT:PhysicsCollide(data, phys)
|
|
if data.Speed > 60 then
|
|
self.killtime = -1
|
|
end
|
|
end
|