What the title says.
Also, fixes a minor issue with ghost traps.
This commit is contained in:
Alberyk
2018-01-27 21:11:47 -02:00
committed by Erki
parent eefbc5fc1a
commit 14ca4935fa
2 changed files with 11 additions and 3 deletions
+3 -3
View File
@@ -394,7 +394,7 @@ datum/ghosttrap/pai/transfer_personality(var/mob/candidate, var/mob/living/silic
object = "Vampire"
pref_check = MODE_VAMPIRE
ghost_trap_message = "They are occupying a vampire."
ghost_trap_role = "vampire"
ghost_trap_role = "Vampire"
ban_checks = list(MODE_VAMPIRE)
can_set_own_name = FALSE
list_as_special_role = FALSE
@@ -417,7 +417,7 @@ 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 = "pAI"
ghost_trap_role = "split personality"
can_set_own_name = TRUE
list_as_special_role = TRUE
@@ -427,7 +427,7 @@ datum/ghosttrap/pai/transfer_personality(var/mob/candidate, var/mob/living/silic
/datum/ghosttrap/friend
object = "friend"
ghost_trap_message = "They are an imaginary friend now."
ghost_trap_role = "pAI"
ghost_trap_role = "imaginary friend"
can_set_own_name = TRUE
list_as_special_role = TRUE