Make Revenants unable to use Topic (#42224)

This commit is contained in:
nicbn
2019-01-06 13:51:41 -08:00
committed by Tad Hardesty
parent 3e91774616
commit f3e1939b98
@@ -77,6 +77,9 @@
AddSpell(new /obj/effect/proc_holder/spell/aoe_turf/revenant/malfunction(null))
random_revenant_name()
/mob/living/simple_animal/revenant/canUseTopic()
return FALSE
/mob/living/simple_animal/revenant/proc/random_revenant_name()
var/built_name = ""
built_name += pick(strings(REVENANT_NAME_FILE, "spirit_type"))