diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 5c8d5136324..7434038eb91 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -145,6 +145,8 @@ name = "rubber pellet" damage = 3 stamina = 25 + embed = 0 + sharp = 0 icon_state = "bullet-r" /obj/item/projectile/bullet/stunshot//taser slugs for shotguns, nothing special @@ -201,11 +203,14 @@ stun = 4 /obj/item/projectile/bullet/honker + name = "banana" damage = 0 weaken = 5 stun = 5 forcedodge = 1 nodamage = 1 + embed = 0 + sharp = 0 pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE hitsound = 'sound/items/bikehorn.ogg' icon = 'icons/obj/hydroponics/harvest.dmi'