Skip to content

Commit

Permalink
revolver buff
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 30, 2023
1 parent 1cd76f1 commit 4d5cd4d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions code/datums/ammo/bullet/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
name = "revolver bullet"
headshot_state = HEADSHOT_OVERLAY_MEDIUM

damage = 55
penetration = ARMOR_PENETRATION_TIER_1
accuracy = HIT_ACCURACY_TIER_1
damage = 70
penetration = ARMOR_PENETRATION_TIER_3
accuracy = HIT_ACCURACY_TIER_2

/datum/ammo/bullet/revolver/on_hit_mob(mob/entity, obj/projectile/bullet)
. = ..()

slowdown(entity, bullet)
pushback(entity, bullet, 4)

/datum/ammo/bullet/revolver/marksman
name = "marksman revolver bullet"
Expand Down

0 comments on commit 4d5cd4d

Please sign in to comment.