Fix fix heat

Fix fix heat
This commit is contained in:
QuoteFox
2020-12-31 23:32:48 +00:00
parent bab90efbb1
commit 8f374d0213
2 changed files with 4 additions and 3 deletions
@@ -127,8 +127,9 @@
. += "[t_He] might be able to be picked up with <b>Alt+Click</b>!\n"
//Heat Detection
if(breedable && HAS_TRAIT(user, TRAIT_HEAT))
. += "<span class='love'>[t_He] [t_is] currently in heat.</span>"
if(breedable)
if(HAS_TRAIT(src, TRAIT_HEAT))
. += "<span class='love'>[t_He] [t_is] currently in heat.</span>"
//CIT CHANGES START HERE - adds genital details to examine text
if(LAZYLEN(internal_organs))