mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 14:46:57 +01:00
Light overlay, pixel shift, disable notify
This commit is contained in:
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
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user