Skip to content

Commit

Permalink
Compile Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 3, 2024
1 parent 9147b70 commit 4283435
Showing 1 changed file with 4 additions and 40 deletions.
44 changes: 4 additions & 40 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -510,28 +510,12 @@
armor_internaldamage = CLOTHING_ARMOR_LOW
storage_slots = 2

/obj/item/clothing/suit/storage/marine/light/padded
icon_state = "L1"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/light/padless
icon_state = "L2"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/light/padless_lines
icon_state = "L3"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/light/carrier
icon_state = "L4"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/light/skull
icon_state = "L5"
icon_state = "L2"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/light/smooth
icon_state = "L6"
icon_state = "L3"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/light/standard
Expand Down Expand Up @@ -620,28 +604,12 @@
slowdown = SLOWDOWN_ARMOR_LOWHEAVY
movement_compensation = SLOWDOWN_ARMOR_MEDIUM

/obj/item/clothing/suit/storage/marine/heavy/padded
icon_state = "H1"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/heavy/padless
icon_state = "H2"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/heavy/padless_lines
icon_state = "H3"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/heavy/carrier
icon_state = "H4"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/heavy/skull
icon_state = "H5"
icon_state = "H1"
armor_variation = 0

/obj/item/clothing/suit/storage/marine/heavy/smooth
icon_state = "H6"
icon_state = "H2"
armor_variation = 0

//===========================//SPECIALIST\\================================\\
Expand Down Expand Up @@ -2114,10 +2082,6 @@
armor_rad = CLOTHING_ARMOR_MEDIUMHIGH
armor_internaldamage = CLOTHING_ARMOR_LOW

/obj/item/clothing/suit/marine/light/padless
icon_state = "L1"
armor_variation = 0

/obj/item/clothing/suit/marine/light/padless_lines
icon_state = "L2"
armor_variation = 0
Expand Down

0 comments on commit 4283435

Please sign in to comment.