diff --git a/icons/obj/lighting_overlay.dmi b/icons/obj/lighting_overlay.dmi index 5f3943d4fe..de25dbe170 100644 Binary files a/icons/obj/lighting_overlay.dmi and b/icons/obj/lighting_overlay.dmi differ diff --git a/modular_sand/code/modules/pixel_shift/pixel_shift.dm b/modular_sand/code/modules/pixel_shift/pixel_shift.dm index 0beb548d04..e0e34bee61 100644 --- a/modular_sand/code/modules/pixel_shift/pixel_shift.dm +++ b/modular_sand/code/modules/pixel_shift/pixel_shift.dm @@ -6,7 +6,7 @@ var/passthroughable = NONE /datum/keybinding/mob/pixel_shift - hotkey_keys = list("B") + hotkey_keys = list("N") name = "pixel_shift" full_name = "Pixel Shift" description = "Shift your characters offset." diff --git a/modular_splurt/code/modules/discord/toggle_notify.dm b/modular_splurt/code/modules/discord/toggle_notify.dm index b125acdd25..d75673592d 100644 --- a/modular_splurt/code/modules/discord/toggle_notify.dm +++ b/modular_splurt/code/modules/discord/toggle_notify.dm @@ -1,4 +1,5 @@ // Verb to toggle restart notifications +/* /client/verb/notify_restart() set category = "OOC" set name = "Notify Restart" @@ -32,3 +33,5 @@ // If we got here, they arent in the list. Chuck 'em in! to_chat(src, span_notice("You will now be notified when the server restarts")) SSdiscord.notify_members += "<@[stored_id]>" // The list uses strings because BYOND cannot handle a 17 digit integer + +*/