Skip to content

Commit

Permalink
second fix because i am a bit distracted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Aug 8, 2023
1 parent 24ef761 commit 50f2055
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/machinery/vending/vendor_types/crew/mp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,10 @@ GLOBAL_LIST_INIT(cm_vending_clothing_military_police_warden, list(

/obj/structure/machinery/cm_vending/clothing/military_police_warden/get_listed_products(mob/user)
return GLOB.cm_vending_clothing_military_police_warden

/obj/effect/essentials_set/police
spawned_gear_list = list(
/obj/item/clothing/glasses/sunglasses/sechud,
/obj/item/storage/belt/security/MP/full,
/obj/item/clothing/head/helmet/marine/MP,
)

0 comments on commit 50f2055

Please sign in to comment.