Skip to content

Commit

Permalink
Update code/game/machinery/vending/cm_vending.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Mar 25, 2024
1 parent 8df69f8 commit 6e03e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/cm_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_corresponding_types_list, list(
var/rankpath = get_rank_pins(user.wear_id.paygrade)
if(rankpath)
var/obj/item/clothing/accessory/ranks/rank_insignia = new rankpath()
var/obj/item/clothing/accessory/patch/uscmpatch = new(get_turf(src))
var/obj/item/clothing/accessory/patch/uscmpatch = new()
underclothes.attach_accessory(user, rank_insignia)
underclothes.attach_accessory(user, uscmpatch)

Expand Down

0 comments on commit 6e03e09

Please sign in to comment.