mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Aut'akh unathi fixes: limbs and loadout (#6091)
This commit is contained in:
@@ -212,6 +212,9 @@
|
||||
break
|
||||
parent.update_damages()
|
||||
|
||||
action_button_name = initial(action_button_name)
|
||||
owner.update_action_buttons()
|
||||
|
||||
/****************************************************
|
||||
DAMAGE PROCS
|
||||
****************************************************/
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
|
||||
/obj/item/organ/eyes/autakh/flash_act()
|
||||
if(owner)
|
||||
to_chat(owner, "<span class='notice'>\The [src]'s retinal overlays are overloaded by the strong light!</span>")
|
||||
to_chat(owner, "<span class='notice'>Your [singular_name]'s retinal overlays are overloaded by the strong light!</span>")
|
||||
owner.eye_blind = 5
|
||||
owner.eye_blurry = 5
|
||||
spark(get_turf(owner), 3)
|
||||
@@ -183,7 +183,7 @@
|
||||
disabled = FALSE
|
||||
|
||||
if(owner)
|
||||
to_chat(owner, "<span class='notice'>\The [src]'s retinal overlays clicks and shifts!</span>")
|
||||
to_chat(owner, "<span class='notice'>\The [singular_name]'s retinal overlays clicks and shifts!</span>")
|
||||
|
||||
/obj/item/organ/adrenal
|
||||
name = "adrenal management system"
|
||||
|
||||
Reference in New Issue
Block a user