mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -713,7 +713,7 @@
|
|||||||
return
|
return
|
||||||
last_special = world.time + 50
|
last_special = world.time + 50
|
||||||
for(var/obj/item/organ/external/proteanlimbs as anything in src.organs)
|
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
|
continue
|
||||||
proteanlimbs.transparent = !proteanlimbs.transparent
|
proteanlimbs.transparent = !proteanlimbs.transparent
|
||||||
visible_message("<span class='notice'>\The [src]'s internal composition seems to change.</span>")
|
visible_message("<span class='notice'>\The [src]'s internal composition seems to change.</span>")
|
||||||
@@ -721,8 +721,8 @@
|
|||||||
update_hair()
|
update_hair()
|
||||||
|
|
||||||
/obj/effect/protean_ability/chest_transparency
|
/obj/effect/protean_ability/chest_transparency
|
||||||
ability_name = "transparency toggle (chest only)"
|
ability_name = "body transparency toggle (All but head)"
|
||||||
desc = "Makes your chest transparent."
|
desc = "Makes everything but your head transparent!"
|
||||||
icon = 'modular_chomp/icons/obj/slimeborg/slimecore.dmi'
|
icon = 'modular_chomp/icons/obj/slimeborg/slimecore.dmi'
|
||||||
icon_state = "core"
|
icon_state = "core"
|
||||||
to_call = /mob/living/carbon/human/proc/chest_transparency_toggle
|
to_call = /mob/living/carbon/human/proc/chest_transparency_toggle
|
||||||
|
|||||||
Reference in New Issue
Block a user