Skip to content

Commit

Permalink
DNA syringe gun damage down to 'sane' from revolver (#28975)
Browse files Browse the repository at this point in the history
* Fixes a bug

* This didnt do what I thought it did
  • Loading branch information
Supermichael777 authored and KorPhaeron committed Jul 2, 2017
1 parent e263dda commit f29a038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/projectile/bullets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@
name = "\improper DNA injector"
icon_state = "syringeproj"
var/obj/item/weapon/dnainjector/injector
damage = 5
hitsound_wall = "shatter"

/obj/item/projectile/bullet/dnainjector/on_hit(atom/target, blocked = 0)
if(iscarbon(target))
Expand Down

0 comments on commit f29a038

Please sign in to comment.