[MIRROR] Fixes Cayenne's error sign flickering (#6290)

* Fixes Cayenne's error sign flickering (#59614)

This PR fixes a case where Cayenne's sprite was flickering an error sign when carrying a disk and correctly assigns icon state names to JSON gags files for carp mouth and wirecutters as per newest standards to prevent further issues with them in the future.

* Fixes Cayenne's error sign flickering

Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-06-14 18:43:52 +12:00
committed by GitHub
co-authored by Arkatos1
parent 00519c0c1a
commit 51721a4ed3
3 changed files with 3 additions and 3 deletions
@@ -235,7 +235,7 @@
/mob/living/simple_animal/hostile/carp/cayenne/Initialize()
. = ..()
AddElement(/datum/element/pet_bonus, "bloops happily!")
colored_disk_mouth = mutable_appearance(SSgreyscale.GetColoredIconByType(/datum/greyscale_config/carp/disk_mouth, greyscale_colors))
colored_disk_mouth = mutable_appearance(SSgreyscale.GetColoredIconByType(/datum/greyscale_config/carp/disk_mouth, greyscale_colors), "disk_mouth")
ADD_TRAIT(src, TRAIT_DISK_VERIFIER, INNATE_TRAIT) //carp can verify disky
ADD_TRAIT(src, TRAIT_ADVANCEDTOOLUSER, INNATE_TRAIT) //carp SMART