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

Adds vaurca rigs sprites #5975

Closed
wants to merge 3 commits 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/clothing/spacesuits/rig/rig_pieces.dm
Expand Up @@ -18,7 +18,7 @@
"Vaurca" = 'icons/mob/species/vaurca/helmet.dmi',
"Machine" = 'icons/mob/species/machine/helmet.dmi'
)
species_restricted = list("exclude","Diona","Xenomorph","Vaurca","Golem", "Vox")
species_restricted = list("exclude","Diona","Xenomorph","Golem", "Vox")

/obj/item/clothing/gloves/rig
name = "gauntlets"
Expand Down Expand Up @@ -70,7 +70,7 @@
"Vaurca" = 'icons/mob/species/vaurca/suit.dmi',
"Machine" = 'icons/mob/species/machine/suit.dmi'
)
species_restricted = list("exclude","Diona","Xenomorph","Golem","Vaurca","Vox")
species_restricted = list("exclude","Diona","Xenomorph","Golem","Vox")

supporting_limbs = list()

Expand Down
11 changes: 0 additions & 11 deletions code/modules/clothing/spacesuits/rig/suits/combat.dm
Expand Up @@ -16,8 +16,6 @@


/obj/item/weapon/rig/combat/equipped


initial_modules = list(
/obj/item/rig_module/mounted,
/obj/item/rig_module/vision/thermal,
Expand Down Expand Up @@ -94,9 +92,6 @@
/obj/item/weapon/handcuffs
)

chest_type = /obj/item/clothing/suit/space/rig/retro
helm_type = /obj/item/clothing/head/helmet/space/rig/retro

/obj/item/weapon/rig/retro/equipped
req_access = list(access_legion)
initial_modules = list(
Expand All @@ -105,9 +100,3 @@
/obj/item/rig_module/cooling_unit,
/obj/item/rig_module/fabricator/energy_net
)

/obj/item/clothing/head/helmet/space/rig/retro
species_restricted = list("exclude","Diona","Xenomorph", "Golem")

/obj/item/clothing/suit/space/rig/retro
species_restricted = list("exclude","Diona","Xenomorph", "Golem")
5 changes: 5 additions & 0 deletions code/modules/clothing/spacesuits/rig/suits/ert.dm
@@ -1,6 +1,10 @@
/obj/item/clothing/head/helmet/space/rig/ert
light_overlay = "helmet_light_dual"
camera_networks = list(NETWORK_ERT)
species_restricted = list("exclude","Diona","Xenomorph","Vaurca","Golem","Vox")

/obj/item/clothing/suit/space/rig/ert
species_restricted = list("exclude","Diona","Xenomorph","Vaurca","Golem","Vox")

/obj/item/weapon/rig/ert
name = "ERT-C hardsuit control module"
Expand All @@ -9,6 +13,7 @@
icon_state = "ert_commander_rig"
emp_protection = 35

chest_type = /obj/item/clothing/suit/space/rig/ert
helm_type = /obj/item/clothing/head/helmet/space/rig/ert

req_access = list(access_cent_specops)
Expand Down
6 changes: 0 additions & 6 deletions code/modules/clothing/spacesuits/rig/suits/light.dm
Expand Up @@ -82,7 +82,6 @@

chest_type = /obj/item/clothing/suit/space/rig/light/ninja
glove_type = /obj/item/clothing/gloves/rig/light/ninja
helm_type = /obj/item/clothing/head/helmet/space/rig/light/ninja
boot_type = /obj/item/clothing/shoes/rig/light/ninja

req_access = list(access_syndicate)
Expand Down Expand Up @@ -118,16 +117,11 @@
siemens_coefficient = 0

/obj/item/clothing/shoes/rig/light/ninja
species_restricted = list("exclude","Diona","Xenomorph", "Golem")
silent = 1

/obj/item/clothing/suit/space/rig/light/ninja
species_restricted = list("exclude","Diona","Xenomorph", "Golem")
breach_threshold = 38 //comparable to regular hardsuits

/obj/item/clothing/head/helmet/space/rig/light/ninja
species_restricted = list("exclude","Diona","Xenomorph", "Golem")

/obj/item/weapon/rig/light/stealth
name = "stealth suit control module"
suit_type = "stealth"
Expand Down
7 changes: 7 additions & 0 deletions html/changelogs/alberyk-vaurcarig.yml
@@ -0,0 +1,7 @@
author: Alberyk, Kyres1

delete-after: True

changes:
- rscadd: "Vaurca can now wear most hardsuits."
- imageadd: "Added vaurca hardsuit sprites."
Binary file modified icons/mob/species/vaurca/gloves.dmi
Binary file not shown.
Binary file modified icons/mob/species/vaurca/helmet.dmi
Binary file not shown.
Binary file modified icons/mob/species/vaurca/shoes.dmi
Binary file not shown.
Binary file modified icons/mob/species/vaurca/suit.dmi
Binary file not shown.