Skip to content

Commit

Permalink
Merge pull request #653 from Kefta/master
Browse files Browse the repository at this point in the history
Moved Father Grigori back to animals
  • Loading branch information
UnderscoreKilburn committed Apr 4, 2014
2 parents 49971fe + 0b3f5ed commit 1ad5469
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions garrysmod/lua/autorun/base_npcs.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

-- 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.

Expand Down Expand Up @@ -56,14 +55,6 @@ local NPC = {
}
list.Set( "NPC", NPC.Class, NPC )

local NPC = {
Name = "Father Grigori",
Class = "npc_monk",
Category = Category,
Weapons = { "weapon_annabelle" }
}
list.Set( "NPC", NPC.Class, NPC )

local NPC = {
Name = "Dr. Judith Mossman",
Class = "npc_mossman",
Expand Down Expand Up @@ -282,6 +273,14 @@ end

Category = "Animals"

local NPC = {
Name = "Father Grigori",
Class = "npc_monk",
Category = Category,
Weapons = { "weapon_annabelle" }
}
list.Set( "NPC", NPC.Class, NPC )

local NPC = {
Name = "Crow",
Class = "npc_crow",
Expand Down

0 comments on commit 1ad5469

Please sign in to comment.