Files
wnsrc/lua/entities/npc_vj_overwatch_shotgunner_z/init.lua

18 lines
805 B
Lua
Raw Normal View History

2024-08-04 22:55:00 +03:00
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
AddCSLuaFile("shared.lua")
include("shared.lua")
ENT.StartHealth = 80
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
function ENT:SoldierInit() self:SetSkin(1,1) end
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------