Skip to content

Commit

Permalink
Removes the duplicate warhammer outfits. Woops!
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingThing committed Mar 10, 2024
1 parent 6faeff7 commit 9f1e8ef
Showing 1 changed file with 0 additions and 73 deletions.
73 changes: 0 additions & 73 deletions code/modules/clothing/suits/arfsuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -623,79 +623,6 @@
icon_state = "frenchtrench"
item_state = "frenchtrench"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits
name = "Ancient West german greatcoat"
desc = "A trench coat that is quite comfortable to wear."
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "krieg"
item_state = "krieg"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/medical
name = "Ancient Medical West german greatcoat"
desc = "A trench coat that is quite comfortable to wear."
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "mkrieg"
item_state = "mkrieg"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/officer
name = "Ancient West German Officer greatcoat"
desc = "A adorned trench coat that is quite comfortable to wear."
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "Kriegissar"
item_state = "Kriegissar"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/americanofficer
name = "Ancient Officer's American greatcoat"
desc = "A adorned trench coat that is quite comfortable to wear."
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "40kofficer"
item_state = "40kofficer"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/genericofficer
name = "Ancient Officer's greatcoat"
desc = "A adorned trench coat that is quite comfortable to wear."
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "ancientofficer"
item_state = "ancientofficer"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/techpriesting
name = "Cyber priest outfit."
desc = "A trench coat that's all cyber themed!"
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "cyberpriest"
item_state = "cyberpriest"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/cyberpriesting
name = "Cyber-pyscho priest outfit."
desc = "A trench coat that's all cyber themed! Comes with some helping hands."
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "tecpriest"
item_state = "tecpriest"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/fanaticalpriest
name = "Town crier outfit."
desc = "A trench coat that screams 'listen to my words, hear me!'. Comes with some recipts wax stamped to it!"
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "acolytecoat"
item_state = "acolytecoat"

/obj/item/clothing/suit/armor/outfit/jacket/warhammersuits/urmandoutfit
name = "Ancient West German fanatic outfit."
desc = "A trench coat that once belonged to a fanatical person. Who or what did they worship? Who knows. All one knows is, it's a good piece of clothing for those wanting to showcase their more hear-ye side of life!"
icon = 'icons/fallout/clothing/armored_light.dmi'
mob_overlay_icon = 'icons/fallout/onmob/clothes/armor_light.dmi'
icon_state = "fanatic"
item_state = "fanatic"


/obj/item/clothing/suit/armor/outfit/jacket/sovietpadded
name = "Padded Soviet jacket"
desc = "A padded and well made Soviet jacket. Useful for the winter, but doesn't offer much protection against bullets or really any form of punishment. Compliments any soldier belonging to the Motherland. A wise soldier once said 'As long as Mother Russia has enemies, I will answer her call...'."
Expand Down

0 comments on commit 9f1e8ef

Please sign in to comment.