diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index 18a0d6fcb89..6f09cf4120a 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -363,6 +363,9 @@ if(usr.stat != 0) return + if(istype(src,/obj/machinery/sleeper/syndicate)) + usr << "\red You really want to get into an illegal stasis pod? Are you dumb?" + return if(src.occupant) usr << "\blue The [src.name] is already occupied!" return diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 498938ad50b..dedb7221542 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -54,7 +54,7 @@ if (!(ticker && ticker.mode && (mind in ticker.mode.malf_ai))) show_laws() src << "These laws may be changed by other players, or by you being the traitor." - src << "
IMPORTANT GAMEPLAY ASPECTS:" + src << "
IMPORTANT GAMEPLAY ASPECTS:" src << "1.) Act like an AI. If someone is breaking into your upload, say something like \"Alert. Unauthorised Access Detected: AI Upload.\" not \"Help! Urist is trying to subvert me!\"" src << "2.) Do not watch the traitor like a hawk alerting the station to his/her every move. This relates to 1." src << "3.) You are theoretically omniscient, but you should not be Beepsky 5000, laying down the law left and right. That is security's job. Instead, try to keep the station productive and effective. (Feel free to report the location of major violence and crimes and all that, just do not be the evil thing looking over peoples shoulders)"