Skip to content

Commit

Permalink
Revert damage changes in #5554
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Feb 3, 2024
1 parent 7846f41 commit 21ab600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions code/datums/ammo/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
icon_state = "stun"
damage_type = OXY
flags_ammo_behavior = AMMO_ENERGY|AMMO_IGNORE_RESIST|AMMO_ALWAYS_FF //Not that ignoring will do much right now.
damage = 15 //excessive use COULD be lethal
stamina_damage = 40
stamina_damage = 45
accuracy = HIT_ACCURACY_TIER_8
shell_speed = AMMO_SPEED_TIER_1 // Slightly faster
hit_effect_color = "#FFFF00"
Expand Down
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/stunbaton.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
icon_state = "stunbaton"
item_state = "baton"
flags_equip_slot = SLOT_WAIST
force = 20
force = 15
throwforce = 7
sharp = FALSE
edge = FALSE
throwforce = 10
w_class = SIZE_MEDIUM

attack_verb = list("beaten")
Expand Down

0 comments on commit 21ab600

Please sign in to comment.