◦ Small continuation of r2314 concerning chem spray guns.

◦ Updated the changelog.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2320 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-10-02 20:27:11 +00:00
parent d68ecdbfaf
commit 8bffa0ce1b
2 changed files with 24 additions and 1 deletions
@@ -93,6 +93,8 @@ MOP
/obj/item/weapon/chemsprayer/afterattack(atom/A as mob|obj, mob/user as mob)
if (istype(A, /obj/item/weapon/storage/backpack ))
return
if (istype(A, /obj/proc_holder/spell ))
return
else if (src.reagents.total_volume < 1)
user << "\blue [src] is empty!"
return