updating chest transparency toggle to be head instead. better for slime synths. (#9076)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Asher-42
2024-10-03 20:04:14 -04:00
committed by GitHub
parent 6edfa1fda9
commit 6c196ca138

View File

@@ -713,7 +713,7 @@
return
last_special = world.time + 50
for(var/obj/item/organ/external/proteanlimbs as anything in src.organs)
if(proteanlimbs.organ_tag != BP_TORSO)
if(proteanlimbs.organ_tag == BP_HEAD)
continue
proteanlimbs.transparent = !proteanlimbs.transparent
visible_message("<span class='notice'>\The [src]'s internal composition seems to change.</span>")
@@ -721,8 +721,8 @@
update_hair()
/obj/effect/protean_ability/chest_transparency
ability_name = "transparency toggle (chest only)"
desc = "Makes your chest transparent."
ability_name = "body transparency toggle (All but head)"
desc = "Makes everything but your head transparent!"
icon = 'modular_chomp/icons/obj/slimeborg/slimecore.dmi'
icon_state = "core"
to_call = /mob/living/carbon/human/proc/chest_transparency_toggle