mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Parallax in Darkness (#22136)
* you can now see parallax in darkness * moved parallax_darkness to toggles2 * uh oh * one more thing * total value * Update code/modules/client/preference/link_processing.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -1086,6 +1086,10 @@
|
||||
if(parent && parent.mob && parent.mob.hud_used)
|
||||
parent.mob.hud_used.update_parallax_pref()
|
||||
|
||||
if("parallax_darkness")
|
||||
toggles2 ^= PREFTOGGLE_2_PARALLAX_IN_DARKNESS
|
||||
parent.mob?.hud_used?.update_parallax_pref()
|
||||
|
||||
if("screentip_mode")
|
||||
var/desired_screentip_mode = clamp(input(user, "Pick a screentip size, pick 0 to disable screentips. (We suggest a number between 8 and 15):", "Screentip Size") as null|num, 0, 20)
|
||||
if(!isnull(desired_screentip_mode))
|
||||
|
||||
Reference in New Issue
Block a user