Fixes imps all having the same name (#37168)

* Update imp.dm

* Replaced 1 with TRUE
This commit is contained in:
shrimpboom8
2018-04-14 06:09:36 -07:00
committed by CitadelStationBot
parent 8b2a75c108
commit 677f3e8a7b
@@ -3,6 +3,7 @@
/mob/living/simple_animal/imp
name = "imp"
real_name = "imp"
unique_name = TRUE
desc = "A large, menacing creature covered in armored black scales."
speak_emote = list("cackles")
emote_hear = list("cackles","screeches")