Skip to content

Commit

Permalink
floran pocketses
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphee committed Oct 25, 2023
1 parent 2de2418 commit 86c1e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/sprite_accessory/floran_leaves
icon = 'monkestation/icons/mob/species/floran/floran_leaves.dmi'
color_src = MUTCOLORS
color_src = MUTCOLORS_SECONDARY
//Should be MUTCOLORS_SECONDARY, but while its not working it will be the inverse of MUTCOLORS

/datum/sprite_accessory/floran_leaves/furnivour
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
)
inherent_traits = list(
TRAIT_PLANT_SAFE,
TRAIT_NO_JUMPSUIT,
)
external_organs = list(
/obj/item/organ/external/pod_hair = "None",
Expand Down

0 comments on commit 86c1e8f

Please sign in to comment.