Turns imaginary friends into abstract mobs (#4358)

What the title says, also fixes a small issue with the double personnality ghostrap greeting.
This commit is contained in:
Alberyk
2018-03-10 17:22:25 +02:00
committed by Erki
parent 122096cf80
commit 326f1ed9fc
2 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -417,17 +417,17 @@ datum/ghosttrap/pai/transfer_personality(var/mob/candidate, var/mob/living/silic
/datum/ghosttrap/brainwashed
object = "split personality"
ghost_trap_message = "They are a split personality now."
ghost_trap_role = "split personality"
ghost_trap_role = "Split personality"
can_set_own_name = TRUE
list_as_special_role = TRUE
/datum/ghosttrap/special/brainwashed/welcome_candidate(var/mob/target)
/datum/ghosttrap/brainwashed/welcome_candidate(var/mob/target)
return 0
/datum/ghosttrap/friend
object = "friend"
ghost_trap_message = "They are an imaginary friend now."
ghost_trap_role = "imaginary friend"
ghost_trap_role = "Imaginary friend"
can_set_own_name = TRUE
list_as_special_role = TRUE