Adds spawn text when spawning in as a miner. (#7555)

* adds spawn text when spawning in as a miner

* fixes compiling error
This commit is contained in:
deathride58
2018-09-07 10:22:44 -04:00
committed by kevinz000
parent 2066111026
commit 1bc8b3530c
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -433,6 +433,8 @@ SUBSYSTEM_DEF(job)
to_chat(M, "<b>To speak on your departments radio, use the :h button. To see others, look closely at your headset.</b>")
if(job.req_admin_notify)
to_chat(M, "<b>You are playing a job that is important for Game Progression. If you have to disconnect, please notify the admins via adminhelp.</b>")
if(job.custom_spawn_text)
to_chat(M, "<b>[job.custom_spawn_text]</b>")
if(CONFIG_GET(number/minimal_access_threshold))
to_chat(M, "<FONT color='blue'><B>As this station was initially staffed with a [CONFIG_GET(flag/jobs_have_minimal_access) ? "full crew, only your job's necessities" : "skeleton crew, additional access may"] have been added to your ID card.</B></font>")