Skip to content

Commit

Permalink
add: t3 donor space cloak (ss220-space#4831)
Browse files Browse the repository at this point in the history
* t3 donor space cloak

* Добавил спрайт плазмамену, перенесено в подтип плащей.

---------

Co-authored-by: Vladisvell <[email protected]>
  • Loading branch information
Mr-Vivor and Vladisvell authored Apr 8, 2024
1 parent 17c0264 commit e423170
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/client/preference/loadout/loadout_donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,12 @@
display_name = "backpack, Military Satchel"
path = /obj/item/storage/backpack/fluff/syndiesatchel

/datum/gear/donor/spacecloak
donator_tier = 3
cost = 1
display_name = "Space cloak"
path = /obj/item/clothing/neck/cloak/spacecloak

/datum/gear/donor/golden_wheelchair
donator_tier = 4
cost = 1
Expand Down
5 changes: 5 additions & 0 deletions code/modules/clothing/neck/cloaks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@
icon_state = "syndadmiral"
item_state = "syndadmiral"

/obj/item/clothing/neck/cloak/spacecloak
name = "space cloak"
desc = "Hole, a blackhole on your back!"
icon_state = "spacecloak"
item_state = "spacecloak"
Binary file modified icons/mob/clothing/neck.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/monkey/neck.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/plasmaman/neck.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/neck.dmi
Binary file not shown.

0 comments on commit e423170

Please sign in to comment.