Hallucination debugs (#8787)

This commit is contained in:
Doxxmedearly
2020-05-01 09:13:20 -05:00
committed by GitHub
parent 7a17616494
commit fedd4d7fea
3 changed files with 10 additions and 3 deletions
@@ -19,7 +19,7 @@
/datum/controller/subsystem/hallucinations/Initialize()
. = ..()
for(var/T in subtypesof(/datum/hallucination/))
for(var/T in subtypesof(/datum/hallucination))
all_hallucinations += T
hallucinated_phrases = file2list("code/modules/hallucinations/text_lists/hallucinated_phrases.txt")
hallucinated_actions = file2list("code/modules/hallucinations/text_lists/hallucinated_actions.txt") //important note when adding to this file: "you" will always be replaced by the hallucinator's name