mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Prisoner flavour text (#3713)
* Updates all maps to TG standards Massive changes and bugfixes from TG ported over to our maps. Sorry for whoever I conflict. * Missed Icebox Heaters PR * Latejoin text to prisoners * examples of shittery because I was asked to hopefully people read this * Update code/modules/jobs/job_types/prisoner.dm Co-authored-by: Gandalf <jzo123@hotmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -20,3 +20,11 @@
|
||||
id = /obj/item/card/id/prisoner
|
||||
ears = null
|
||||
belt = null
|
||||
// SKYRAT EDIT: Start - Adds spawn text to prisoners.
|
||||
/datum/job/prisoner/after_spawn(mob/living/carbon/human/H, mob/M)
|
||||
. = ..()
|
||||
to_chat(M, "<span class='userdanger'>You <b><u>MUST</b></u> ahelp before attempting breakouts or rioting. Being a shitter = perma prisoner job-ban.")
|
||||
to_chat(M, "<span class='warning'>Being a shitter includes but is not limited to: Critting other prisoners, constantly breaking things, and occupying too much of security's time as a result. <b>Remember: You aren't an antagonist.</b>")
|
||||
to_chat(M, "<b>You are a prisoner being held in Space Station 13, awaiting transfer to a secure prison facility or to the courthouse to stand trial.</b>")
|
||||
to_chat(M, "It's up to you to decide why you're in here. Chances are, the case against you might not be strong enough to convict you. Or is it?<br>")
|
||||
// SKYRAT EDIT : End - Adds spawn text to prisoners.
|
||||
|
||||
Reference in New Issue
Block a user