Skip to content

Commit

Permalink
Update prop_positive.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 authored Sep 6, 2023
1 parent 9d7aaa8 commit 4d786d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
H.take_limb_damage(0,rand(20,40))
H.vomit()
else
A.counter = 90
A.counter = per_stage_hugged_time

Check failure on line 501 in code/modules/reagents/chemistry_properties/prop_positive.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "per_stage_hugged_time"

/datum/chem_property/positive/antiparasitic/process_overdose(mob/living/M, potency = 1)
M.apply_damage(potency, TOX)
Expand Down

0 comments on commit 4d786d5

Please sign in to comment.