mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes some zeng hu augments (#11565)
This commit is contained in:
@@ -465,7 +465,7 @@
|
||||
if(!.)
|
||||
return FALSE
|
||||
|
||||
zoom(owner,7,3, FALSE)
|
||||
zoom(owner,7,7, FALSE)
|
||||
|
||||
/obj/item/organ/internal/augment/enhanced_vision/emp_act(severity)
|
||||
..()
|
||||
@@ -492,6 +492,8 @@
|
||||
if(!.)
|
||||
return FALSE
|
||||
|
||||
lights_on = !lights_on
|
||||
|
||||
if(lights_on)
|
||||
set_light(5, 2, LIGHT_COLOR_TUNGSTEN, uv = 0, angle = LIGHT_WIDE)
|
||||
else
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
owner.visible_message("<b>[user]'s</b> eyes whirrs loudly as they focus ahead.")
|
||||
take_damage(1)
|
||||
zoom(owner,7,3, FALSE)
|
||||
zoom(owner,7,7, FALSE)
|
||||
|
||||
/obj/item/organ/internal/augment/eye_flashlight
|
||||
name = "eye flashlight"
|
||||
|
||||
Reference in New Issue
Block a user