Skip to content

Commit

Permalink
removes squad affiliation markings from Marine armor, helmets and glo…
Browse files Browse the repository at this point in the history
…ves (#7)
  • Loading branch information
Ireuldiz committed Oct 28, 2023
1 parent 3df5010 commit b3de66f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/gloves/marine_gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
armor_bio = CLOTHING_ARMOR_MEDIUM
armor_rad = CLOTHING_ARMOR_NONE
armor_internaldamage = CLOTHING_ARMOR_LOW
var/adopts_squad_color = TRUE
var/adopts_squad_color = FALSE
/// The dmi where the grayscale squad overlays are contained
var/squad_overlay_icon = 'icons/mob/humans/onmob/hands_garb.dmi'

Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(
var/helmet_overlays[]
flags_inventory = BLOCKSHARPOBJ
flags_inv_hide = HIDEEARS
var/flags_marine_helmet = HELMET_SQUAD_OVERLAY|HELMET_GARB_OVERLAY|HELMET_DAMAGE_OVERLAY
var/flags_marine_helmet = HELMET_GARB_OVERLAY|HELMET_DAMAGE_OVERLAY
var/helmet_bash_cooldown = 0

//speciality does NOTHING if you have NO_NAME_OVERRIDE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
var/locate_cooldown = 0 //Cooldown for SL locator
var/armor_overlays[]
actions_types = list(/datum/action/item_action/toggle)
var/flags_marine_armor = ARMOR_SQUAD_OVERLAY|ARMOR_LAMP_OVERLAY
var/flags_marine_armor = ARMOR_LAMP_OVERLAY
var/specialty = "M3 pattern marine" //Same thing here. Give them a specialty so that they show up correctly in vendors. speciality does NOTHING if you have NO_NAME_OVERRIDE
w_class = SIZE_HUGE
uniform_restricted = list(/obj/item/clothing/under/marine)
Expand Down

0 comments on commit b3de66f

Please sign in to comment.