Guns with ammo no longer melee at point-blank range. They now fire normally. Guns without ammo you bash with.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3506 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-04-25 19:56:48 +00:00
parent 21387370c9
commit a3bfd6ca3f
2 changed files with 46 additions and 7 deletions
+12
View File
@@ -242,3 +242,15 @@ proc/isInSight(var/atom/A, var/atom/B)
else
return 0
proc/doafterattack(obj/target , obj/source)
if (istype(target, /obj/item/weapon/storage/backpack ))
return 0
else if (locate (/obj/structure/table, source.loc))
return 0
else
return 1