Files
TF2Maps/custom/kirby-player-model/lua/autorun/kirbys_hostile.lua
2025-08-31 21:05:06 -04:00

14 lines
310 B
Lua

-- Don't try to edit this file if you're trying to add new NPCs.
-- Just make a new file and copy the format below.
local Category = "Kirby"
local NPC = {
Name = "Kirby (Hostile)",
Class = "npc_combine",
Category = Category,
Model = "models/kirby/Kirby.mdl",
}
list.Set( "NPC", "Kirbys_npc_evil", NPC )