mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Fix a mob runtime. (#16206)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user