mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Minor Nightmode Fixes (#1305)
bugfix: "Global nightmode toggle no longer affects security as was originally intended." tweak: "Manually turning on nightmode will prevent the automatic system from turning it off."
This commit is contained in:
@@ -903,7 +903,7 @@
|
||||
return 1
|
||||
|
||||
if (href_list["lmode"])
|
||||
src.toggle_nightlight()
|
||||
src.toggle_nightlight(href_list["lmode"])
|
||||
update_icon()
|
||||
|
||||
else if(!istype(usr, /mob/living/silicon) && (locked && !emagged))
|
||||
|
||||
Reference in New Issue
Block a user