Fixed echolocation/psyker (#92434)

## About The Pull Request
Fixes bitrunning psykers. I dont really know why that one line was
commented, but it seems to work fine and as intended with it. Regular
psykers not blind anymore, while bitrunning ones cant see nothing but
outlines.
[#91490 Makes psyker
playable](https://github.com/tgstation/tgstation/pull/91490)
[#91713 psychic bitrunning domains do not show you
anything](https://github.com/tgstation/tgstation/issues/91713)
## Why It's Good For The Game
Bugfix
## Changelog
🆑
fix: Fixed bitrunning psyker
/🆑
This commit is contained in:
TheEmber
2025-08-04 09:11:26 +02:00
committed by GitHub
parent ba7a3380ee
commit e9d8e8ee4f
+1 -1
View File
@@ -127,7 +127,7 @@
/datum/component/echolocation/proc/show_image(image/input_appearance, atom/input, current_time)
var/image/final_image = image(input_appearance)
//final_image.layer += FOV_EFFECT_LAYER
final_image.layer += EFFECTS_LAYER
final_image.plane = FULLSCREEN_PLANE
final_image.loc = images_are_static ? get_turf(input) : input
final_image.dir = input.dir