mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user