Skip to content

Commit

Permalink
Two
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Aug 23, 2024
1 parent a140438 commit 04ed8f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/gear_presets/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -976,11 +976,6 @@
var/obj/item/clothing/mask/new_mask = pick(possible_masks)
new_human.equip_to_slot_or_del(new new_mask, WEAR_FACE)

var/list/possible_glasses = list(/obj/item/clothing/glasses/regular, /obj/item/clothing/glasses/regular/hipster, /obj/item/clothing/glasses/sunglasses, /obj/item/clothing/glasses/sunglasses/aviator, /obj/item/clothing/glasses/sunglasses/big) + subtypesof(/obj/item/clothing/glasses/mgoggles)
if(prob(50))
var/obj/item/clothing/mask/new_glasses = pick(possible_glasses)
new_human.equip_to_slot_or_del(new new_glasses, WEAR_EYES)

//## Rifleman ##//
/datum/equipment_preset/uscm/rifleman_pve
name = "USCM Solar Devils Rifleman"
Expand Down

0 comments on commit 04ed8f7

Please sign in to comment.