Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавляю спрайтиков в билд #10655

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,10 @@
icon_state = "vpp_cap"
item_state = "vpp_cap"
desc = "Green cap of unknown design. The emblem proudly bears the abbreviation V.P.P."
/obj/item/clothing/head/rebellion
name = "rebellion helmet"
icon_state = "rebellion"
item_state = "rebellion"
desc = "A sloppy helmet that resembles an astronaut's helmet. Don't be fooled."
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|BLOCKHAIR
body_parts_covered = HEAD|FACE|EYES
7 changes: 7 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,10 @@
flags_inv = HIDEEARS | BLOCKHAIR
min_cold_protection_temperature = ARMOR_MIN_COLD_PROTECTION_TEMPERATURE
armor = list(melee = 25, bullet = 10, laser = 0, energy = 40, bomb = 0, bio = 10)

/obj/item/clothing/suit/rebellion
name = "rebellion coat"
desc = "It's kind of pretty fashionable."
icon_state = "rebellion"
item_state = "rebellion"
body_parts_covered = UPPER_TORSO
6 changes: 6 additions & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -775,3 +775,9 @@
var/pipe = user.start_ventcrawl()
if(pipe)
user.handle_ventcrawl(pipe)

/obj/item/clothing/under/rebellion
name = "rebellion suit"
desc = "A uniform once worn by the greatest conquerors."
icon_state = "rebellion"
item_state = "rebellion"
Binary file modified icons/inv_slots/hats/icon.dmi
Binary file not shown.
Binary file modified icons/inv_slots/hats/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/icon.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_fat.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_slim.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_slim_m.dmi
Binary file not shown.
Binary file modified icons/inv_slots/suits/mob_slimalt.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/icon.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_fat.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_slim.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_slim_m.dmi
Binary file not shown.
Binary file modified icons/inv_slots/uniforms/mob_slimalt.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/uniforms.dmi
Binary file not shown.
Loading