Aut'akh unathi fixes: limbs and loadout (#6091)

This commit is contained in:
Alberyk
2019-02-24 12:17:19 +01:00
committed by Werner
parent fe391bc153
commit edd11d37c3
5 changed files with 38 additions and 27 deletions
+3
View File
@@ -212,6 +212,9 @@
break
parent.update_damages()
action_button_name = initial(action_button_name)
owner.update_action_buttons()
/****************************************************
DAMAGE PROCS
****************************************************/
+2 -2
View File
@@ -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"