Skip to content

Commit

Permalink
update_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 2, 2023
1 parent 502810c commit bb1377b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry/reagents/medicine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@
var/mob/living/carbon/human/human = M
human.take_overall_damage(0.5, 0.5, FALSE, affect_robotic = FALSE)
else
M.adjustBruteLoss(0.5)
M.adjustFireLoss(0.5)
update_flags |= M.adjustBruteLoss(0.5, FALSE)
update_flags |= M.adjustFireLoss(0.5, FALSE)

return ..() | update_flags

Expand Down

0 comments on commit bb1377b

Please sign in to comment.