Skip to content

Commit

Permalink
CLF Engis now spawn with insulated gloves
Browse files Browse the repository at this point in the history
Fixes #6380
  • Loading branch information
ThePiachu committed Jun 8, 2024
1 parent dc58c8e commit d8fb851
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/gear_presets/clf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@

spawn_rebel_suit(new_human)
spawn_rebel_shoes(new_human)
spawn_rebel_gloves(new_human)

new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/meson, WEAR_EYES)
new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow, WEAR_HANDS)
Expand Down

0 comments on commit d8fb851

Please sign in to comment.