mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Update security_officer.dm
This commit is contained in:
@@ -111,11 +111,9 @@ GLOBAL_LIST_INIT(available_depts, list(SEC_DEPT_ENGINEERING, SEC_DEPT_MEDICAL, S
|
|||||||
else
|
else
|
||||||
break
|
break
|
||||||
if(department)
|
if(department)
|
||||||
to_chat(M, "<b>You have been assigned to [department]!</b>")
|
to_chat(H, "<b>You have been assigned to [department]!</b>")
|
||||||
else
|
else
|
||||||
to_chat(M, "<b>You have not been assigned to any department. Patrol the halls and help where needed.</b>")
|
to_chat(H, "<b>You have not been assigned to any department. Patrol the halls and help where needed.</b>")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/datum/outfit/job/security
|
/datum/outfit/job/security
|
||||||
name = "Security Officer"
|
name = "Security Officer"
|
||||||
|
|||||||
Reference in New Issue
Block a user