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 Nov 10, 2022
1 parent 0c63930 commit 81ee305
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 @@ -170,7 +170,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 81ee305

Please sign in to comment.