Light overlay, pixel shift, disable notify

This commit is contained in:
ariaworld
2024-09-05 16:03:16 +02:00
parent 665044fba5
commit 564478a9d5
3 changed files with 4 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

@@ -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."
@@ -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
*/