Skip to content

Commit

Permalink
Added the Janicart to the available list of supply pack (ParadiseSS13…
Browse files Browse the repository at this point in the history
…#23456)

Added both the Janicart and the keys to the supply list in the miscelleanous part.

Co-authored-by: Pierre-Louis <[email protected]>
  • Loading branch information
PIerreLouisH and Pierre-Louis authored Dec 26, 2023
1 parent 27722e4 commit 19cc5e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/modules/supply/supply_packs/pack_miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@
cost = 100
containername = "replacement lights crate"

/datum/supply_packs/misc/janicart
name = "Janicart Crate"
contains = list(/obj/vehicle/janicart,
/obj/item/key/janitor)
cost = 500
containertype = /obj/structure/largecrate
containername = "Janicart. Caution while driving is advised."
department_restrictions = list(DEPARTMENT_SERVICE)

/datum/supply_packs/misc/noslipfloor
name = "High-traction Floor Tiles"
contains = list(/obj/item/stack/tile/noslip/loaded)
Expand Down

0 comments on commit 19cc5e1

Please sign in to comment.