slave objective respects lewdchem prefs

This commit is contained in:
Unknown
2020-09-01 21:17:27 -05:00
parent 7e7848fa8b
commit 05f6b970fd
@@ -51,7 +51,7 @@
to_chat(target, "<span class='warning'>You feel something interfering with your mental conditioning, but you resist it!</span>")
else
to_chat(target, "<span class='notice'>You feel a sense of peace and security. You are now enslaved to security.</span>")
brainwash(target, "Obey all of security's commands, and be the perfect pet.")
brainwash(target, "[(target.client?.prefs.lewdchem?"Obey all of security's commands, and be the perfect pet.":"Obey all of security's commands.")]")
target.sec_hud_set_implants()
return TRUE
return FALSE