Skip to content

Commit

Permalink
should fix mindbreaker interaction with RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed May 23, 2024
1 parent ca6ad28 commit 31e73d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/reagents/chemistry/reagents/toxin_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
taste_description = "sourness"

/datum/reagent/toxin/mindbreaker/on_mob_life(mob/living/carbon/M)
M.hallucination += 5
if(!M.has_quirk(/datum/quirk/insanity))
M.hallucination += 5
return ..()

/datum/reagent/toxin/plantbgone
Expand Down

0 comments on commit 31e73d6

Please sign in to comment.