mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
Tweaks species night vision (#11416)
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
A.client.eye = A.eyeobj
|
||||
return TRUE
|
||||
|
||||
if(ishuman(user)) //this code is here to stop species night vision from being used on the cameras, since it does not make sense since cameras are just images. this is probably not the best way to do this, but it works
|
||||
var/mob/living/carbon/human/H = user
|
||||
H.disable_organ_night_vision()
|
||||
|
||||
set_current(C)
|
||||
user.machine = ui_host()
|
||||
user.reset_view(current_camera)
|
||||
|
||||
Reference in New Issue
Block a user