Skip to content

Commit

Permalink
Tweak: Trama rebalance (#76)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
goose4429 authored and Bizzonium committed Dec 13, 2022
1 parent 53f778e commit 9d3b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/harvester.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

switch(loaded_reagent)
if(/datum/reagent/medicine/tramadol)
target.apply_damage(weapon.force*0.6, BRUTE, user.zone_selected)
target.apply_damage(20 + weapon.force*0.2, BRUTE, user.zone_selected)
target.apply_status_effect(/datum/status_effect/incapacitating/harvester_slowdown, 1 SECONDS)

if(/datum/reagent/medicine/kelotane)
Expand Down

0 comments on commit 9d3b120

Please sign in to comment.