From 823c51cc3573754c7a37cf5ab0c8eba71e1ec7a3 Mon Sep 17 00:00:00 2001 From: NiklasNeighbor <121561587+NiklasNeighbor@users.noreply.github.com> Date: Sat, 30 May 2026 16:07:07 +0200 Subject: [PATCH] gives the voidwalker nightvision (#96264) ## About The Pull Request Gives the voidwalker darkvision ## Why It's Good For The Game Why wasn't this a thing before?? It should have been a thing before. Oh well, minor oversight. ## Changelog :cl: qol: gives the voidwalker nightvision. Why wasn't this a thing before?? /:cl: --- code/modules/antagonists/voidwalker/voidwalker_mob.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/antagonists/voidwalker/voidwalker_mob.dm b/code/modules/antagonists/voidwalker/voidwalker_mob.dm index 2cd3ff136bb..1300c7b6d37 100644 --- a/code/modules/antagonists/voidwalker/voidwalker_mob.dm +++ b/code/modules/antagonists/voidwalker/voidwalker_mob.dm @@ -40,6 +40,11 @@ hud_possible = list(ANTAG_HUD) sight = SEE_TURFS | SEE_MOBS + //purplish tint night vision because the voidwalker is purple + lighting_cutoff_red = 30 + lighting_cutoff_green = 15 + lighting_cutoff_blue = 30 + /// Color of our regen outline var/regenerate_colour = COLOR_GRAY