This commit is contained in:
C.L
2022-09-29 21:03:40 -04:00
committed by GitHub
parent b0955f6fe2
commit 71089efa78
@@ -198,11 +198,11 @@ Obviously lethal commands such as telling the subject to kill themselves or harm
var/mob/living/carbon/human/target = source
if(!target.nif || target.nif.stat != NIF_WORKING) //No nif or their NIF is broken.
to_chat(target, "<span class='notice'>You suddenly feel compelled to follow the following commands: [laws]</span>")
to_chat(target, "<span class='notice'>((OOC NOTE: Obviously suicidal commands should be disregarded. The implant doesn't stop your self preservation.))</span>")
to_chat(target, "<span class='notice'>((OOC NOTE: Commands that go against server rules should be disregarded and ahelped.))</span>")
to_chat(target, "<span class='notice'>((OOC NOTE: Your new commands can be checked at any time by using the 'notes' command in chat. Additionally, if you did not agree to this, you are not compelled to follow the implant.))</span>")
target.add_memory(laws)
return
else //You got a nif...Upload time.
new nif_payload(target.nif,laws)
to_chat(target, "<span class='notice'>((OOC NOTE: Obviously suicidal commands should be disregarded. The implant doesn't stop your self preservation.))</span>")
to_chat(target, "<span class='notice'>((OOC NOTE: If you did not agree to this, you are not compelled to follow the laws.))</span>")
to_chat(target, "<span class='notice'>((OOC NOTE: Commands that go against server rules should be disregarded and ahelped.))</span>")
to_chat(target, "<span class='notice'>((OOC NOTE: If you did not agree to this, you are not compelled to follow the laws.))</span>")