Skip to content

Commit

Permalink
Merge pull request #719 from RalseiDreemuurr/codding
Browse files Browse the repository at this point in the history
Ещё вещи СолФеда..
  • Loading branch information
MrCat15352 authored Jun 12, 2024
2 parents fa233ec + eb8f356 commit 8d57fba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions mod_celadon/solfed_stuff/code/solfed_other_stuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
item_state = "solfed_webbing"
resistance_flags = FIRE_PROOF

/obj/item/storage/belt/military/solfed/medical
name = "Solar Federation chest rig"
desc = "These are the military webbing of the Solar Federation. It has the Solar Federation logo on the back."
icon = 'mod_celadon/solfed_stuff/icons/sol_fed_patriots.dmi'
mob_overlay_icon = 'mod_celadon/solfed_stuff/icons/mob/belt.dmi'
icon_state = "solfed_webbing_med"
item_state = "solfed_webbing_med"
resistance_flags = FIRE_PROOF

/obj/item/storage/belt/military/solfed/elysium
name = "Elysium Brigade chest rig"
desc = "These are the military webbing of the Solar Federation Elysium Brigade. It has the Solar Federation logo on the back."
Expand Down Expand Up @@ -132,15 +141,15 @@
icon_state = "solfed_m11"
item_state = "solfed_m11"

/obj/item/clothing/head/helmet/solfedm11/elysium
/obj/item/clothing/head/helmet/solfedm11/elysium_helm
name = "Elysium Brigade m11 helmet"
desc = "It's an m11 helmet in Solar Federation in desert coloring. On its left side you can see the flag of the Solar Federation. It is usually worn by Solar Federation soldiers."
icon = 'mod_celadon/solfed_stuff/icons/elysium_brigade.dmi'
mob_overlay_icon = 'mod_celadon/solfed_stuff/icons/mob/head.dmi'
icon_state = "elysium_brigade_m11"
item_state = "elysium_brigade_m11"

/obj/item/clothing/head/helmet/solfedm11/elysium
/obj/item/clothing/head/helmet/solfedm11/elysium_wraps
name = "Elysium brigade m11 wraps helmet"
desc = "This is a Solar Federation M11 helmet in desert coloring. It has the Solar Federation flag on the left side of the helmet. This particular helmet is wrapped in green cloth to have better facial protection. It is usually worn by the Solar Federation Elysium Brigade."
icon = 'mod_celadon/solfed_stuff/icons/elysium_brigade.dmi'
Expand Down
Binary file modified mod_celadon/solfed_stuff/icons/mob/belt.dmi
Binary file not shown.
Binary file modified mod_celadon/solfed_stuff/icons/sol_fed_patriots.dmi
Binary file not shown.

0 comments on commit 8d57fba

Please sign in to comment.