Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
Djiq committed Dec 20, 2023
1 parent a22f835 commit 21da532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yogstation/code/modules/jungleland/jungle_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@
ADD_TRAIT(L,TRAIT_SULPH_PIT_IMMUNE,JUNGLELAND_TRAIT)
L.throw_alert(alert_id,/atom/movable/screen/alert/magnus_purpura)

/datum/reagent/magnus_purpura_enzyme/on_mob_life(mob/living/carbon/M)
. = ..()
M.adjustToxLoss(-3.5 * REM) // YOU CAN ONLY GET IT ON JUNGLELAND, why not make it pretty good?

/datum/reagent/magnus_purpura_enzyme/on_mob_end_metabolize(mob/living/L)
REMOVE_TRAIT(L,TRAIT_SULPH_PIT_IMMUNE,JUNGLELAND_TRAIT)
L.clear_alert(alert_id)
Expand Down

0 comments on commit 21da532

Please sign in to comment.