From 313cd4a49546ebb0577a242b1e16ac7c16964229 Mon Sep 17 00:00:00 2001 From: SueTheCake Date: Sat, 29 Dec 2012 02:41:51 -0600 Subject: [PATCH] I'm an idiot and I forgot to change a mob's projectile. --- code/WorkInProgress/Susan/susan_desert_turfs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/WorkInProgress/Susan/susan_desert_turfs.dm b/code/WorkInProgress/Susan/susan_desert_turfs.dm index b696a6f03cb..472510abedd 100644 --- a/code/WorkInProgress/Susan/susan_desert_turfs.dm +++ b/code/WorkInProgress/Susan/susan_desert_turfs.dm @@ -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