Skip to content

Commit

Permalink
useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiusWon committed Mar 2, 2024
1 parent e99455d commit 56fdff2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/vending/cm_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,6 @@ GLOBAL_LIST_INIT(cm_vending_gear_corresponding_types_list, list(
//Gives ranks to the ranked
if(istype(underclothes) && user.wear_id && user.wear_id.paygrade)
var/rankpath = get_rank_pins(user.wear_id.paygrade)
//var/falconpatch = /obj/item/clothing/accessory/patch/falcon
//underclothes.attach_accessory(user,falconpatch)
if(rankpath)
var/obj/item/clothing/accessory/ranks/rank_insignia = new rankpath()
var/obj/item/clothing/accessory/patch/uscmpatch = new(get_turf(src))
Expand Down

0 comments on commit 56fdff2

Please sign in to comment.