you can now examine people with exposed genitals to see details

This commit is contained in:
deathride58
2018-01-08 20:45:08 -05:00
parent 079311331c
commit b3ff238cb8
4 changed files with 23 additions and 18 deletions
@@ -85,6 +85,13 @@
if(wear_id)
msg += "[t_He] [t_is] wearing [wear_id.get_examine_string(user)].\n"
//CIT CHANGES START HERE - adds genital details to examine text
if(LAZYLEN(internal_organs))
for(var/obj/item/organ/genital/dicc in internal_organs)
if(istype(dicc) && dicc.is_exposed())
msg += "[dicc.desc]\n"
//END OF CIT CHANGES
//Status effects
msg += status_effect_examines()