mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
35
lua/autorun/sleeping_enemies_plus.lua
Normal file
35
lua/autorun/sleeping_enemies_plus.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
local Category = "Sleeping Enemies"
|
||||
|
||||
local NPC = { Name = "PoisonzombieSE",
|
||||
Class = "npc_poisonzombie_slump",
|
||||
Category = Category }
|
||||
|
||||
list.Set( "NPC", NPC.Class, NPC )
|
||||
|
||||
local NPC = { Name = "ZombieSEb(Attack)",
|
||||
Class = "npc_zombie_slump_attack",
|
||||
Category = Category }
|
||||
|
||||
list.Set( "NPC", NPC.Class, NPC )
|
||||
|
||||
local NPC = { Name = "ZombineSEb(Attack)",
|
||||
Class = "npc_zombine_slump_attack",
|
||||
Category = Category }
|
||||
|
||||
list.Set( "NPC", NPC.Class, NPC )
|
||||
|
||||
local NPC = { Name = "FastzombieSEc",
|
||||
Class = "npc_fastzombie_slump_c",
|
||||
Category = Category }
|
||||
|
||||
list.Set( "NPC", NPC.Class, NPC )
|
||||
Reference in New Issue
Block a user