Merge pull request #10437 from Ghommie/Ghommie-cit497

Fixes roundstart mushpeople being unable to MUSH PUUUUUUUUUUUUNCH!!
This commit is contained in:
Lin
2020-01-06 03:49:52 +00:00
committed by GitHub
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -140,6 +140,7 @@
L.client.prefs.chat_toggles ^= CHAT_OOC
SEND_SIGNAL(src, COMSIG_MIND_TRANSFER, new_character, old_character)
SEND_SIGNAL(new_character, COMSIG_MOB_ON_NEW_MIND)
/datum/mind/proc/store_memory(new_text)
if((length(memory) + length(new_text)) <= MAX_MESSAGE_LEN)
@@ -747,6 +748,7 @@
else
mind = new /datum/mind(key)
SSticker.minds += mind
SEND_SIGNAL(src, COMSIG_MOB_ON_NEW_MIND)
if(!mind.name)
mind.name = real_name
mind.current = src