aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gamemode/npcsystem/npcs/bird.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/npcs/bird.lua b/gamemode/npcsystem/npcs/bird.lua
index ff4c2f2..7b19457 100644
--- a/gamemode/npcsystem/npcs/bird.lua
+++ b/gamemode/npcsystem/npcs/bird.lua
@@ -32,7 +32,7 @@ NPC.Drops = {
--Attacks should be formated as [i]={function attackpriority() = function doattack()}
local checkrun = function(self,ply)
- --If we're awayre of any enemies, run away!
+ --If we're aware of any enemies, run away!
return 1
end
local dorun = function(self,ply)