mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Cleaning up defines
This commit is contained in:
@@ -327,6 +327,11 @@ var/list/runechat_image_cache = list()
|
||||
if(5)
|
||||
return rgb(c,m,x)
|
||||
|
||||
#undef CM_COLOR_SAT_MIN
|
||||
#undef CM_COLOR_SAT_MAX
|
||||
#undef CM_COLOR_LUM_MIN
|
||||
#undef CM_COLOR_LUM_MAX
|
||||
|
||||
/atom/proc/runechat_message(message, range = world.view, italics, list/classes = list(), audible = TRUE, list/specific_viewers)
|
||||
var/hearing_mobs
|
||||
if(islist(specific_viewers))
|
||||
@@ -369,3 +374,22 @@ var/list/runechat_image_cache = list()
|
||||
if(istype(loc, /obj/item/weapon/holder))
|
||||
return loc
|
||||
return ..()
|
||||
|
||||
#undef CHAT_MESSAGE_SPAWN_TIME
|
||||
#undef CHAT_MESSAGE_LIFESPAN
|
||||
#undef CHAT_MESSAGE_EOL_FADE
|
||||
#undef CHAT_MESSAGE_EXP_DECAY
|
||||
#undef CHAT_MESSAGE_HEIGHT_DECAY
|
||||
#undef CHAT_MESSAGE_APPROX_LHEIGHT
|
||||
|
||||
#undef CHAT_MESSAGE_WIDTH
|
||||
#undef CHAT_MESSAGE_EXT_WIDTH
|
||||
#undef CHAT_MESSAGE_LENGTH
|
||||
#undef CHAT_MESSAGE_EXT_LENGTH
|
||||
|
||||
#undef CHAT_MESSAGE_MOB
|
||||
#undef CHAT_MESSAGE_OBJ
|
||||
#undef WXH_TO_HEIGHT
|
||||
|
||||
#undef CHAT_RUNE_EMOTE
|
||||
#undef CHAT_RUNE_RADIO
|
||||
|
||||
Reference in New Issue
Block a user