Skip to content

Commit

Permalink
Removed old donator item code
Browse files Browse the repository at this point in the history
  • Loading branch information
SASoperative committed Aug 10, 2024
1 parent 8c78e7b commit 70ab1fe
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions code/modules/cm_marines/Donator_Items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -471,18 +471,6 @@
icon_state = "medicae_armor_u"
item_state = "medicae_armor_u"

/obj/item/clothing/suit/storage/marine/fluff/Sanctum_heavy
name = "Sanctum Founder Armor"
desc = "Personal Armor of the Founder of Sanctum Team. It looks more like a Exosuit. Unique DONOR ITEM" //Add UNIQUE if Unique
icon_state = "Sanctum_Heavy_u"
item_state = "Sanctum_Heavy_u"

/obj/item/clothing/suit/storage/marine/fluff/Sanctum_medium
name = "Sanctum Standard Armor"
desc = "The Standard Issue Armor for Sanctum Operatives Unique DONOR ITEM"
icon_state = "Sanctum_Medium_u"
item_state = "Sanctum_Medium_u"

/obj/item/clothing/suit/storage/marine/fluff/dudewithatude
name = "Rainbow Coat"
desc = "Powered by the magic of FRIENDSHIP. (Can be toggled opened or closed) UNIQUE DONOR ITEM"
Expand Down Expand Up @@ -920,14 +908,6 @@
flags_inventory = BLOCKSHARPOBJ
flags_inv_hide = HIDEEARS|HIDEMASK|HIDEEYES|HIDEALLHAIR

/obj/item/clothing/head/helmet/marine/fluff/Sanctum_helmet
name = "Sanctum Combat Helmet"
desc = " The Standard Issue helmet of Sanctum Team. DONOR ITEM" //Add UNIQUE if Unique
icon_state = "Sanctum_Helm_u"
item_state = "Sanctum_Helm_u"
flags_inventory = BLOCKSHARPOBJ
flags_inv_hide = HIDEEARS|HIDEMASK|HIDEEYES|HIDEALLHAIR

/obj/item/clothing/head/helmet/marine/fluff/dingledangle
name = "Rusty's Cap"
desc = "A little old and shabby. The color has slightly faded over time. DONOR ITEM"
Expand Down Expand Up @@ -1208,13 +1188,6 @@
worn_state = "medicae_jumpsuit_u"
flags_jumpsuit = FALSE

/obj/item/clothing/under/marine/fluff/sanctum_uniform //NO USER
name = "Sanctum Fatigues"
desc = "Fatigues with Kevlar fibers for a bit more protection than most clothing. UNIQUE DONOR ITEM"
icon_state = "Sanctum_u"
worn_state = "Sanctum_u"
flags_jumpsuit = FALSE

/obj/item/clothing/under/marine/fluff/sailordave //CKEY=sailordave
name = "Eden USCM uniform"
desc = "An older model USCM uniform. UNIQUE DONOR ITEM"
Expand Down

0 comments on commit 70ab1fe

Please sign in to comment.