Skip to content

Commit

Permalink
Update vending_types.dm
Browse files Browse the repository at this point in the history
upp handcuff typepath needs to be changed too
  • Loading branch information
Doubleumc committed Sep 4, 2024
1 parent a52b87a commit 3a1b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vending_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
desc = "A standard security vendor used by security forces of the UPP."
req_access = list(ACCESS_CIVILIAN_BRIG)
products = list(
/obj/item/handcuffs = 8,
/obj/item/restraint/handcuffs = 8,
/obj/item/reagent_container/spray/pepper = 4,
/obj/item/device/flashlight = 4,
/obj/item/storage/belt/security/MP/UPP = 4,
Expand Down

0 comments on commit 3a1b93e

Please sign in to comment.