From f63a1995b85fc201facf8f8caefe37cb9ab6cd93 Mon Sep 17 00:00:00 2001 From: Bone White Date: Wed, 6 Aug 2014 20:41:31 +0100 Subject: [PATCH] Rubber bullets now cause agony/halloss instead of stun As title, by Mel's request. Makes sense with the stunbaton nerf to nerf rubber bullets too. Two shots cause incapacitation (as opposed to three from a taser). --- code/modules/projectiles/projectile/bullets.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 819dbdef1f4..2596841e6d2 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -20,10 +20,11 @@ name = "slug" -/obj/item/projectile/bullet/rubberbullet +/obj/item/projectile/bullet/rubberbullet // Bone White - Rubber bullets cause agony (halloss) instead of stun = 5, weakened = 5 damage = 10 - stun = 5 - weaken = 5 + stun = 0 + weaken = 0 + agony = 60 embed = 0 sharp = 0