From 0537dc657069499dce27dfaccd266d899138cb1c Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:52:26 +0100 Subject: [PATCH] No more (#23716) --- code/_globalvars/lists/reagents_lists.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/_globalvars/lists/reagents_lists.dm b/code/_globalvars/lists/reagents_lists.dm index 2d70edcc583..39540790b93 100644 --- a/code/_globalvars/lists/reagents_lists.dm +++ b/code/_globalvars/lists/reagents_lists.dm @@ -46,4 +46,6 @@ GLOBAL_LIST_INIT(blocked_chems, list("polonium", "initropidril", "concentrated_i "spidereggs", "heartworms", "bacon_grease", "fungalspores", "jagged_crystals", "salmonella", "lavaland_extract", "stable_mutagen", "beer2", - "curare", "gluttonytoxin", "smoke_powder", "stimulative_cling")) + "curare", "gluttonytoxin", "smoke_powder", "stimulative_cling", + "teslium_paste" + ))