mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00:00
Vaurca Eye Flashing Fix (#11642)
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
eye_emote = "'s eyes gently shift."
|
||||
|
||||
/obj/item/organ/internal/eyes/night/vaurca/flash_act()
|
||||
. = ..()
|
||||
if(!.)
|
||||
if(!owner)
|
||||
return
|
||||
|
||||
to_chat(owner, SPAN_WARNING("Your eyes burn with the intense light of the flash!"))
|
||||
disable_night_vision()
|
||||
owner.last_special = world.time + 10 SECONDS
|
||||
owner.Weaken(10)
|
||||
take_damage(rand(10, 11))
|
||||
if(damage > 12)
|
||||
|
||||
Reference in New Issue
Block a user