I'm an idiot and I forgot to change a mob's projectile.

This commit is contained in:
SueTheCake
2012-12-29 02:41:51 -06:00
parent c26abcb44f
commit 313cd4a495
@@ -474,8 +474,8 @@ Alien plants should do something if theres a lot of poison
if(target == start)
return
var/obj/item/projectile/hivebotbullet/A = new /obj/item/projectile/hivebotbullet(user:loc)
playsound(user, 'sound/weapons/Gunshot.ogg', 100, 1)
var/obj/item/projectile/slimeglob/A = new /obj/item/projectile/slimeglob(user:loc)
playsound(user, 'sound/weapons/bite.ogg', 100, 1)
if(!A) return