Skip to content

Commit

Permalink
Changes old donator sprites.
Browse files Browse the repository at this point in the history
  • Loading branch information
SASoperative committed Aug 6, 2024
1 parent 91c6833 commit 8f22866
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 25 deletions.
42 changes: 20 additions & 22 deletions code/modules/cm_marines/Donator_Items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,12 @@
icon_state = "tristan_armor"
item_state = "tristan_armor"

/obj/item/clothing/suit/storage/marine/fluff/sas_legion //CKEY=sasoperative (UNIQUE)
name = "Legion Armor"
desc = "This armor was custom-made to resemble the small growing Legion within the galaxy started by one man slowly making its way to becoming a larger Corporation. DONOR ITEM."
item_state = "ncrjacket"
icon_state = "ncrjacket"
/obj/item/clothing/suit/storage/marine/light/fluff/sas_legion //CKEY=sasoperative (UNIQUE)
name = "M5 Ranger Armor"
desc = "A set of M5 Pattern Ranger Armor, There probably are not many of these laying around. DONOR ITEM."
flags_atom = FPRINT|CONDUCT|NO_NAME_OVERRIDE
icon_state = "rangerarmor"
item_state = "rangerarmor"

/obj/item/clothing/suit/storage/marine/fluff/feodrich //CKEY=feodrich (UNIQUE)
name = "Doom Armor"
Expand Down Expand Up @@ -656,6 +657,13 @@
icon_state = "hecuhelm_u"
desc = "A combat helmet, bearing the scars of many battles. UNIQUE DONOR ITEM"

/obj/item/clothing/head/helmet/marine/fluff/sas_legion //CKEY=sasoperative (UNIQUE)
name = "M5 Ranger Helmet"
desc = "A M5 Ranger helmet, probably not many of these laying around. DONOR ITEM"
flags_atom = FPRINT|CONDUCT|NO_NAME_OVERRIDE
icon_state = "rangerhelmet"
item_state = "rangerhelmet"

/obj/item/clothing/head/helmet/marine/fluff/officialjake
name = "Timothy's Beret"
desc = "A fancy red beret owned by Timothy Seidner. DONOR ITEM"
Expand Down Expand Up @@ -998,13 +1006,6 @@
worn_state = "camojump"
flags_jumpsuit = FALSE

/obj/item/clothing/under/marine/fluff/sas_legion //CKEY=sasoperative (UNIQUE)
name = "Legion Suit"
desc = "This armor was custom-made to resemble the small growing Legion within the galaxy started by one man slowly making its way to becoming a larger Corporation. DONOR ITEM."
icon_state = "ncr_uni"
worn_state = "ncr_uni"
flags_jumpsuit = FALSE

/obj/item/clothing/under/marine/fluff/feodrich //CKEY=feodrich (UNIQUE)
name = "Doom Uniform"
desc = "A uniform, of a famous Earth warrior... Donor Item"
Expand Down Expand Up @@ -1244,16 +1245,6 @@
item_state = "revanmask"
icon_state = "revanmask"


/obj/item/clothing/mask/fluff/sas_legion //CKEY=sasoperative (UNIQUE)
name = "Legion Mask"
desc = "This armor was custom-made to resemble the small growing Legion within the galaxy started by one man slowly making its way to becoming a larger Corporation. DONOR ITEM."
icon_override = 'icons/mob/humans/onmob/mask.dmi'
item_state = "officer_mask"
icon_state = "officer_mask"
flags_inventory = COVERMOUTH|ALLOWREBREATH
flags_inv_hide = HIDEEARS|HIDEFACE|HIDEALLHAIR

/obj/item/clothing/mask/fluff/totalanarchy //CKEY=totalanarchy
name = "PMC Mask"
desc = "A white colored PMC Mask. DONOR ITEM."
Expand Down Expand Up @@ -1373,6 +1364,13 @@
item_state = "securitypack"
has_gamemode_skin = FALSE //same sprite for all gamemodes.

/obj/item/storage/backpack/marine/satchel/fluff/sas_legion //CKEY=sasoperative (UNIQUE)
name = "M5 Armored Pack"
desc = "Plenty of pouches and pockets. DONOR ITEM"
flags_atom = FPRINT|CONDUCT|NO_NAME_OVERRIDE
icon_state = "skinnerrangerpack"
item_state = "skinnerrangerpack"

/obj/item/clothing/glasses/fluff/alexwarhammer
name = "Black Jack's Dank Shades"
desc = "+20 Badass points. Donor item"
Expand Down
6 changes: 3 additions & 3 deletions code/modules/cm_marines/Donator_Kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@
donor_key = "sasoperative"
kit_variant = "Legion"
donor_gear = list(
/obj/item/clothing/suit/storage/marine/fluff/sas_legion,
/obj/item/clothing/under/marine/fluff/sas_legion,
/obj/item/clothing/mask/fluff/sas_legion,
/obj/item/clothing/suit/storage/marine/light/fluff/sas_legion,
/obj/item/clothing/head/helmet/marine/fluff/sas_legion,
/obj/item/storage/backpack/marine/satchel/fluff/sas_legion,
)

/obj/item/storage/box/donator_kit/seloc_aferah
Expand Down
Binary file modified icons/mob/humans/onmob/back.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/head_0.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/suit_0.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/backpacks.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/donor/HEAD.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/donor/SUITS.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/suits.dmi
Binary file not shown.

0 comments on commit 8f22866

Please sign in to comment.