mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user