noticable_organ
noticable organ element; which makes organs have a special description added to the person with the organ, if certain body zones aren't covered.
Used for infused mutant organs
Vars | |
add_span | whether we wrap the examine text in a notice span. |
---|---|
body_zone | Which body zone has to be exposed. If none is set, this is always noticable, and the description pronoun becomes singular instead of possesive. |
infused_desc | "[they]|[their] [desc here]", shows on examining someone with an infused organ. Uses a possessive pronoun (His/Her/Their) if a body zone is given, or a singular pronoun (He/She/They) otherwise. |
Procs | |
should_show_text | Proc that returns true or false if the organ should show its examine check. |
Var Details
add_span
whether we wrap the examine text in a notice span.
body_zone
Which body zone has to be exposed. If none is set, this is always noticable, and the description pronoun becomes singular instead of possesive.
infused_desc
"[they]|[their] [desc here]", shows on examining someone with an infused organ. Uses a possessive pronoun (His/Her/Their) if a body zone is given, or a singular pronoun (He/She/They) otherwise.
Proc Details
should_show_text
Proc that returns true or false if the organ should show its examine check.