Fix a mob runtime. (#16206)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-04-15 10:44:18 +00:00
committed by GitHub
co-authored by Matt Atlas
parent b3ad5eecfd
commit 86bff70a68
@@ -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, "<span class='alium'><b><i>[madhouse_verbal_component]</i></b></span>")
/obj/structure/greatworm