diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index c46f8f0197..9b6f0c8b4c 100644 --- a/modular_citadel/code/datums/status_effects/chems.dm +++ b/modular_citadel/code/datums/status_effects/chems.dm @@ -249,7 +249,7 @@ if(!owner.reagents.has_reagent("enthrall") && !owner.reagents.has_reagent("enthrallTest")) if (phase < 3 && phase != 0) deltaResist += 3//If you've no chem, then you break out quickly - if(prob(10)) + if(prob(5)) to_chat(owner, "Your mind starts to restore some of it's clarity as you feel the effects of the drug wain.") if (mental_capacity <= 500 || phase == 4) if (owner.reagents.has_reagent("mannitol")) @@ -350,8 +350,10 @@ if(DistApart < 10) if(master.client?.prefs.lewdchem) to_chat(master, "Your pet [owner] appears to have finished internalising your last command.") + cooldownMsg = TRUE else to_chat(master, "Your thrall [owner] appears to have finished internalising your last command.") + cooldownMsg = TRUE if(get_dist(master, owner) > 10) if(prob(10)) to_chat(owner, "You feel [(owner.client?.prefs.lewdchem?"a deep NEED to return to your [enthrallGender]":"like you have to return to [master]")].")