Skip to content

Commit

Permalink
add: 2 Jaunter Grandes for Paramedic
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Mar 10, 2024
1 parent 93f9f0e commit 259e24b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modular_ss220/balance/code/items/storage/surgical_tray.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Surgical Tray
/obj/item/storage/surgical_tray/Initialize(mapload)
. = ..()

Expand All @@ -12,3 +13,9 @@
new /obj/item/circular_saw(src)
new /obj/item/bonegel(src)
new /obj/item/bonesetter(src)

// Paramedic Closet
/obj/structure/closet/secure_closet/paramedic/populate_contents()
. = ..()
new /obj/item/grenade/jaunter_grenade(src)
new /obj/item/grenade/jaunter_grenade(src)
1 change: 1 addition & 0 deletions modular_ss220/objects/code/closets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
. = ..()
new /obj/item/melee/baton/electrostaff/loaded(src)
new /obj/item/screwdriver(src)

0 comments on commit 259e24b

Please sign in to comment.