From 68cfea1e7c856ff51dbef8d35980709568fc1b94 Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Wed, 6 Jan 2016 21:43:09 -0500 Subject: [PATCH] Reduces Detective's Revolver Damage --- code/modules/projectiles/projectile/bullets.dm | 2 +- html/changelogs/davetheheadcrab-PR-revolvernerf.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/davetheheadcrab-PR-revolvernerf.yml diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 2859edc6a3c..63577c70262 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -17,7 +17,7 @@ sharp = 0 /obj/item/projectile/bullet/weakbullet2 //detective revolver instastuns, but multiple shots are better for keeping punks down - damage = 15 + damage = 5 weaken = 3 stamina = 50 diff --git a/html/changelogs/davetheheadcrab-PR-revolvernerf.yml b/html/changelogs/davetheheadcrab-PR-revolvernerf.yml new file mode 100644 index 00000000000..c16fe3084f6 --- /dev/null +++ b/html/changelogs/davetheheadcrab-PR-revolvernerf.yml @@ -0,0 +1,11 @@ +author: Dave The Headcrab + +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Nerfs the damage the Detective's revolver does from 15 brute to 5 brute."