Slightly more logging, whoops added pref

This commit is contained in:
Putnam
2021-02-18 21:27:59 -08:00
parent cbac292731
commit ecc1ff26bb
2 changed files with 2 additions and 0 deletions

View File

@@ -641,6 +641,7 @@
if(prob(5) && ishuman(M) && M.has_dna() && (M.client?.prefs.cit_toggles & BIMBOFICATION))
if(!HAS_TRAIT(M,TRAIT_PERMABONER))
to_chat(M, "<span class='userlove'>Your libido is going haywire!</span>")
M.log_message("Made perma-horny by hexacrocin.",LOG_EMOTE)
ADD_TRAIT(M,TRAIT_PERMABONER,APHRO_TRAIT)
..()