[SEMI-MODULAR] Latejoin janitors can get access keys, two! (#20030)

* janitor key ecks two

* Update janitor_key.dm

* Update janitor.dm
This commit is contained in:
lessthanthree
2023-03-25 14:40:06 -07:00
committed by GitHub
parent 2972fcd08d
commit 940e0c6791
3 changed files with 17 additions and 0 deletions
+4
View File
@@ -47,10 +47,14 @@
backpack_contents += list(/obj/item/gun/ballistic/revolver)
r_pocket = /obj/item/ammo_box/a357
//SKYRAT EDIT REMOVAL BEGIN - JANITOR KEY - (Moved to modular_skyrat/master_files/code/modules/jobs/job_types/janitor.dm)
/*
var/static/access_key_given = FALSE
if(!access_key_given && !visuals_only)
access_key_given = TRUE
backpack_contents += list(/obj/item/access_key)
*/
//SKYRAT EDIT REMOVAL END
/datum/outfit/job/janitor/get_types_to_preload()
. = ..()