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))
+1 -1
View File
@@ -29,7 +29,7 @@
/datum/quirk/inheat
name = "In Heat"
desc = "Your system burns with the desire to be bred, your body will betray you and alert other when examining you. This requires a womb that can be impregnated."
desc = "Your system burns with the desire to be bred, your body will betray you and alert others' to your desire when examining you. Ignoring your body may cause you to become sad and needy."
value = 0
mob_trait = TRAIT_HEAT
gain_text = "<span class='notice'>You body burns with the desire to be bred.</span>"