[MIRROR] Using a soulstone on somebody now transfers your languages to the shade (#2911)

* Merge pull request #30939 from MoreRobustThanYou/patch-8

Using a soulstone on somebody now transfers your languages to the shade

* Using a soulstone on somebody now transfers your languages to the shade
This commit is contained in:
CitadelStationBot
2017-09-23 05:53:56 -05:00
committed by Poojawa
parent 442689219e
commit 222274d108
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -237,6 +237,7 @@
S.name = "Shade of [T.real_name]"
S.real_name = "Shade of [T.real_name]"
S.key = T.key
S.language_holder = U.language_holder.copy(S)
if(U)
S.faction |= "\ref[U]" //Add the master as a faction, allowing inter-mob cooperation
if(U && iscultist(U))
+1
View File
@@ -244,6 +244,7 @@
S.name = name
S.ckey = theghost.ckey
S.status_flags |= GODMODE
S.language_holder = user.language_holder.copy(S)
var/input = stripped_input(S,"What are you named?", ,"", MAX_NAME_LEN)
if(src && input)