Skip to content

Commit

Permalink
based
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Oct 15, 2023
1 parent 7329312 commit 5f1256b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modular_ss220/balance/code/jobs/warden.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
/datum/job/warden
department_account_access = TRUE

/obj/structure/closet/secure_closet/hos/populate_contents()
. = ..()
new /obj/item/clothing/gloves/combat(src)
4 changes: 4 additions & 0 deletions modular_ss220/objects/code/closets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
new /obj/item/gun/energy/laser/awaymission_aeg/rnd(src)
new /obj/item/storage/firstaid/regular(src)
new /obj/item/paper/pamphlet/gateway(src)

/obj/structure/closet/secure_closet/hos/populate_contents()
. = ..()
new /obj/item/clothing/gloves/combat(src)

0 comments on commit 5f1256b

Please sign in to comment.