From a85a10da9ac37d02310cb38998d94bc9422910ae Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 31 Jan 2024 01:07:12 -0500 Subject: [PATCH 1/2] Restrict romerol from maint pills --- monkestation/code/modules/reagents/misc.dm | 2 ++ tgstation.dme | 1 + 2 files changed, 3 insertions(+) create mode 100644 monkestation/code/modules/reagents/misc.dm diff --git a/monkestation/code/modules/reagents/misc.dm b/monkestation/code/modules/reagents/misc.dm new file mode 100644 index 000000000000..ed2111f95028 --- /dev/null +++ b/monkestation/code/modules/reagents/misc.dm @@ -0,0 +1,2 @@ +/datum/reagent/romerol + restricted = TRUE // romerol maintpills were funny the first few times. not anymore. diff --git a/tgstation.dme b/tgstation.dme index 0fb5df4c3498..d4d9e6e70e50 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6486,6 +6486,7 @@ #include "monkestation\code\modules\random_rooms\bars\tram_bar_modules.dm" #include "monkestation\code\modules\reagents\_reagents.dm" #include "monkestation\code\modules\reagents\containers.dm" +#include "monkestation\code\modules\reagents\misc.dm" #include "monkestation\code\modules\reagents\reagent_containers.dm" #include "monkestation\code\modules\reagents\reagents.dm" #include "monkestation\code\modules\reagents\fun\austrialium.dm" From 64acaa7eb8f4f71614ff9a22213e2e39981b86a4 Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 31 Jan 2024 11:48:08 -0500 Subject: [PATCH 2/2] this statement is false Co-authored-by: wraith-54321 <69217972+wraith-54321@users.noreply.github.com> --- monkestation/code/modules/reagents/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/modules/reagents/misc.dm b/monkestation/code/modules/reagents/misc.dm index ed2111f95028..eb4f475ecfad 100644 --- a/monkestation/code/modules/reagents/misc.dm +++ b/monkestation/code/modules/reagents/misc.dm @@ -1,2 +1,2 @@ /datum/reagent/romerol - restricted = TRUE // romerol maintpills were funny the first few times. not anymore. + restricted = TRUE