Skip to content

Commit

Permalink
no falcon patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiusWon committed Mar 14, 2024
1 parent 56fdff2 commit 214fe27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/machinery/vending/cm_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1282,10 +1282,9 @@ GLOBAL_LIST_INIT(cm_vending_gear_corresponding_types_list, list(
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/falcon/falconpatch = new(get_turf(src))
underclothes.attach_accessory(user, rank_insignia)
underclothes.attach_accessory(user, uscmpatch)
underclothes.attach_accessory(user, falconpatch)

if(vend_flags & VEND_UNIFORM_AUTOEQUIP)
// autoequip
if(istype(new_item, /obj/item) && new_item.flags_equip_slot != NO_FLAGS) //auto-equipping feature here
Expand Down

0 comments on commit 214fe27

Please sign in to comment.