Merge pull request #3139 from DaveTheHeadcrab/idedplsnerf

Tweaks .38 Rubber Bullet Damage
This commit is contained in:
Fox McCloud
2016-01-08 00:44:39 -05:00
2 changed files with 13 additions and 2 deletions
@@ -17,9 +17,9 @@
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
stamina = 60
/obj/item/projectile/bullet/weakbullet2/rubber //detective's bullets that don't embed
embed = 0
@@ -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."