Skip to content

Commit

Permalink
Adds missing crutches
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Aug 19, 2024
1 parent 2ff794a commit 4da0930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/vending/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/obj/item/stack/medical/ointment = 2,
/obj/item/stack/medical/suture = 2,
/obj/item/stack/medical/bone_gel = 4,
/obj/item/cane/crutch = 6,
/obj/item/cane/white = 2,
/obj/item/clothing/glasses/eyepatch/medical = 2,
/obj/item/storage/box/bandages = 2,
Expand Down Expand Up @@ -62,6 +63,7 @@
/obj/item/stack/medical/ointment = 0,
/obj/item/stack/medical/suture = 1,
/obj/item/stack/medical/bone_gel = 1,
/obj/item/cane/crutch = 3,
/obj/item/cane/white = 2,
/obj/item/clothing/glasses/eyepatch/medical = 2,
)
Expand Down

0 comments on commit 4da0930

Please sign in to comment.