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:
3
code/citadel/cit_emotes.dm
Normal file
3
code/citadel/cit_emotes.dm
Normal 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)
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user