From 68292de76d404bc2fdd6895b0215af22a2793809 Mon Sep 17 00:00:00 2001 From: wraith-54321 <69217972+wraith-54321@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:35:23 -0700 Subject: [PATCH] there --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 5d1671e75354..3da8ceb7a017 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1415,6 +1415,7 @@ taste_description = "slime" penetrates_skin = NONE ph = 11 + restricted = TRUE //so they cant roll on maint pills, if this has other sides effects then this can be reworked to a global blacklist /datum/reagent/fungalspores/expose_mob(mob/living/exposed_mob, methods=TOUCH, reac_volume, show_message = TRUE, touch_protection = 0) . = ..()