Merge pull request #4477 from Ccomp5950/runtimefixes

Runtimefixes
This commit is contained in:
Chinsky
2014-02-25 06:01:59 +04:00
7 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ client/proc/add_gun_icons()
screen += usr.gun_run_icon
client/proc/remove_gun_icons()
if(isnull(usr)) return 1 // Runtime prevention on N00k agents spawning with SMG
if(!usr) return 1 // Runtime prevention on N00k agents spawning with SMG
screen -= usr.item_use_icon
screen -= usr.gun_move_icon
if (target_can_move)