Update misc.dm

This commit is contained in:
Novacat
2021-03-25 22:51:30 -04:00
committed by GitHub
parent 531fe38082
commit 04e5b6d06d
-4
View File
@@ -503,8 +503,4 @@ GLOBAL_LIST_INIT(all_volume_channels, list(
#define APPEARANCECHANGER_CHANGED_F_HAIRCOLOR "Facial Hair Color"
#define APPEARANCECHANGER_CHANGED_EYES "Eye Color"
#define NTOS_EMAIL_NONEWMESSAGES 0
#define NTOS_EMAIL_NOTIFALREADY 1
#define NTOS_EMAIL_NEWMESSAGE 2
#define GET_DECL(D) (ispath(D, /decl) ? (decls_repository.fetched_decls[D] || decls_repository.get_decl(D)) : null)