mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
Fix fix heat
Fix fix heat
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user