Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphee committed Oct 14, 2023
1 parent 2edd742 commit b736e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/obj/item/organ/external/floran_leaves
name = "floran leaves"
desc = "you shouldn't see this"
organ_flags = ORGAN_UNREMOVABLE
icon_state = "goblin_ears"
// organ_flags = ORGAN_UNREMOVABLE
icon_state = "floran_leaves"
icon = 'monkestation/icons/obj/medical/organs/organs.dmi'

preference = "feature_floran_leaves"
Expand All @@ -23,4 +23,6 @@
return sprite_datum.icon_state

/datum/bodypart_overlay/mutant/floran_leaves/can_draw_on_bodypart(mob/living/carbon/human/human)
return TRUE
. = ..()
if(human.wear_suit && (human.wear_suit.flags_inv & HIDEJUMPSUIT))
return FALSE
Binary file modified monkestation/icons/obj/medical/organs/organs.dmi
Binary file not shown.

0 comments on commit b736e24

Please sign in to comment.