Re-enables slime emote

Re-enabled the custom slime emote in a way that should hopefully dodge
any TG synchs removing it again in the future? Maybe?
This commit is contained in:
ktccd
2017-07-20 23:33:26 +02:00
parent bfcb068f21
commit 49bae2e207
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
//Disables the custom emote blacklist from TG that normally applies to slimes.
/datum/emote/living/custom
mob_type_blacklist_typecache = list(/mob/living/brain)

View File

@@ -164,6 +164,7 @@
#include "code\citadel\_cit_helpers.dm"
#include "code\citadel\cit_areas.dm"
#include "code\citadel\cit_arousal.dm"
#include "code\citadel\cit_emotes.dm"
#include "code\citadel\cit_genemods.dm"
#include "code\citadel\cit_guns.dm"
#include "code\citadel\cit_kegs.dm"