mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
@@ -117,4 +117,4 @@
|
||||
override = TRUE //Because multiplying this will inevitably fail
|
||||
|
||||
/datum/client_color/oversaturated/New()
|
||||
client_color = color_saturation(40)
|
||||
client_color = color_saturation(40)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#define EQUIP_PREVIEW_LOADOUT 1
|
||||
#define EQUIP_PREVIEW_JOB 2
|
||||
#define EQUIP_PREVIEW_ALL (EQUIP_PREVIEW_LOADOUT|EQUIP_PREVIEW_JOB)
|
||||
#define EQUIP_PREVIEW_ALL (EQUIP_PREVIEW_LOADOUT|EQUIP_PREVIEW_JOB)
|
||||
|
||||
@@ -143,4 +143,4 @@
|
||||
if(isnull(pref.autohiss_setting))
|
||||
pref.autohiss_setting = AUTOHISS_OFF
|
||||
return TOPIC_REFRESH
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -97,4 +97,4 @@
|
||||
return TOPIC_REFRESH
|
||||
|
||||
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -163,4 +163,4 @@
|
||||
|
||||
prefs.toggles_secondary ^= FLOATING_MESSAGES
|
||||
prefs.save_preferences()
|
||||
to_chat(src, SPAN_NOTICE("Floating messages are now [prefs.toggles_secondary & FLOATING_MESSAGES ? "enabled" : "disabled"]."))
|
||||
to_chat(src, SPAN_NOTICE("Floating messages are now [prefs.toggles_secondary & FLOATING_MESSAGES ? "enabled" : "disabled"]."))
|
||||
|
||||
Reference in New Issue
Block a user