final touches to part 1

final touches to part 1
This commit is contained in:
QuoteFox
2021-01-29 01:08:23 +00:00
parent b0b73b5e79
commit 39a5e2863e
8 changed files with 58 additions and 58 deletions
+2 -1
View File
@@ -444,7 +444,8 @@ SUBSYSTEM_DEF(job)
if(ishuman(H))
var/mob/living/carbon/human/wageslave = H
to_chat(M, "<b><span class = 'big'>Your account ID is [wageslave.account_id].</span></b>")
to_chat(M, "<b><span class = 'big'>Your account ID is [wageslave.account_id]</span></b>")
to_chat(M, "<b><span class = 'notice'>You do not have a pin, can set your pin at a ATM.</b>")
H.add_memory("Your account ID is [wageslave.account_id].")
if(job && H)