mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Added employment records.
Added employment records console. Added circuit for employment records. Added employment records consoles to every head of staff office. (Map) Added a circuit spawn for an employment console in tech storage (Map) Fixed pod 5. Signed-off-by: Jamini <mobiousjami@gmail.com>
This commit is contained in:
@@ -58,6 +58,10 @@
|
||||
G.fields["sex"] = H.gender
|
||||
G.fields["species"] = H.get_species()
|
||||
G.fields["photo"] = get_id_photo(H)
|
||||
if(H.gen_record && !jobban_isbanned(H, "Records"))
|
||||
G.fields["notes"] = H.gen_record
|
||||
else
|
||||
G.fields["notes"] = "No notes found."
|
||||
general += G
|
||||
|
||||
//Medical Record
|
||||
|
||||
Reference in New Issue
Block a user