Skip to content

Commit

Permalink
maybe toxin invert, idk.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssheya authored Nov 15, 2024
1 parent a3e5a5c commit 26f2646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/human/species/slime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@
else
to_chat(H, "<span class='warning'>Вы теряете концентрацию.</span>")

mob/living/carbon/human/slime/adjustToxLoss(amount, updating_health, blocked, forced, used_weapon)

Check warning on line 333 in code/modules/mob/living/carbon/human/species/slime.dm

View workflow job for this annotation

GitHub Actions / Run Linters

relatively pathed proc defined here
amount = -amount
. = ..()

#undef SLIMEPERSON_COLOR_SHIFT_TRIGGER
#undef SLIMEPERSON_ICON_UPDATE_PERIOD
#undef SLIMEPERSON_BLOOD_SCALING_FACTOR
Expand Down

0 comments on commit 26f2646

Please sign in to comment.