From 86bff70a6870f990259c9aa900d96c2bfa0175fa Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Sat, 15 Apr 2023 12:44:18 +0200 Subject: [PATCH] Fix a mob runtime. (#16206) Co-authored-by: Matt Atlas --- code/modules/mob/living/simple_animal/hostile/sarlacc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/sarlacc.dm b/code/modules/mob/living/simple_animal/hostile/sarlacc.dm index 81fdb6e8fee..293daad9a48 100644 --- a/code/modules/mob/living/simple_animal/hostile/sarlacc.dm +++ b/code/modules/mob/living/simple_animal/hostile/sarlacc.dm @@ -398,7 +398,7 @@ if(L.reagents) var/madhouse = pick(/singleton/reagent/psilocybin,/singleton/reagent/mindbreaker,/singleton/reagent/impedrezene,/singleton/reagent/cryptobiolin,/singleton/reagent/soporific,/singleton/reagent/mutagen) var/madhouse_verbal_component = pick(thoughts) - L.reagents.add_reagent("[madhouse]", 3) + L.reagents.add_reagent(madhouse, 3) to_chat(L, "[madhouse_verbal_component]") /obj/structure/greatworm