Skip to content

Commit

Permalink
npc_gmod_nextbot_example → npc_tf2_ghost (#3)
Browse files Browse the repository at this point in the history
* npc_gmod_nextbot_example → npc_tf2_ghost

* npc_gmod_nextbot_example → npc_tf2_ghost
  • Loading branch information
Satton2 authored Dec 4, 2024
1 parent dfd07ee commit 98ee981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ end
-- List the NPC as spawnable
--
list.Set( "NPC", "npc_tf2_ghost", {
Name = "#npc_gmod_nextbot_example",
Name = "#npc_tf2_ghost",
Class = "npc_tf2_ghost",
Category = "#spawnmenu.npcs.category.nextbot"
} )
2 changes: 1 addition & 1 deletion garrysmod/resource/localization/en/entities.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edit_sun=Sun Editor
sent_ball=Bouncy Ball

# Garry's Mod NPCs
npc_gmod_nextbot_example=Example NPC
npc_tf2_ghost=Example NPC

# Half-Life 2 weapons
weapon_357=.357 Magnum
Expand Down

0 comments on commit 98ee981

Please sign in to comment.