mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Adds Vox Sprite for Everything in clothing\under + Some Fixes
Exactly as the title says, however the fixes include sorting out the old ripped Vox uniforms and moving all the species_fit and sprite_sheets. Crapload of sprites being added here.
This commit is contained in:
@@ -370,6 +370,10 @@ BLIND // can't see anything
|
||||
permeability_coefficient = 0.90
|
||||
slot_flags = SLOT_ICLOTHING
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
species_fit = list("Vox")
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/uniform.dmi'
|
||||
)
|
||||
var/has_sensor = 1//For the crew computer 2 = unable to change mode
|
||||
var/sensor_mode = 0
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
/obj/item/clothing/under/color
|
||||
desc = "A standard issue colored jumpsuit. Variety is the spice of life!"
|
||||
species_fit = list("Vox")
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/uniform.dmi'
|
||||
)
|
||||
|
||||
|
||||
/obj/item/clothing/under/color/random/New()
|
||||
|
||||
@@ -5,14 +5,6 @@
|
||||
* Head of Security
|
||||
*/
|
||||
|
||||
/*
|
||||
* Making everything but the jackets fit Vox
|
||||
*/
|
||||
/obj/item/clothing/under/rank
|
||||
species_fit = list("Vox")
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/uniform.dmi'
|
||||
)
|
||||
|
||||
/*
|
||||
* Security
|
||||
|
||||
@@ -224,7 +224,6 @@
|
||||
icon_state = "red_suit"
|
||||
item_state = "r_suit"
|
||||
_color = "red_suit"
|
||||
species_fit = list("Vox")
|
||||
flags = ONESIZEFITSALL
|
||||
|
||||
/obj/item/clothing/under/suit_jacket/navy
|
||||
@@ -563,17 +562,17 @@
|
||||
_color = "vengine"
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10)
|
||||
|
||||
/obj/item/clothing/under/vox_toxins
|
||||
/obj/item/clothing/under/vox_sec
|
||||
name = "Vox Security Jumpsuit"
|
||||
desc = "A Security Uniform ripped to better fit a vox."
|
||||
desc = "A Security officer's jumpsuit ripped to better fit a vox."
|
||||
icon_state = "vred"
|
||||
item_state = "vred"
|
||||
_color = "vred"
|
||||
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
|
||||
/obj/item/clothing/under/vox_toxins
|
||||
/obj/item/clothing/under/vox_chem
|
||||
name = "Vox Chemist Jumpsuit"
|
||||
desc = "A Security Uniform ripped to better fit a vox."
|
||||
desc = "A Chemist's jumpsuit ripped to better fit a vox."
|
||||
icon_state = "vchem"
|
||||
item_state = "vchem"
|
||||
_color = "vchem"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 227 KiB |
Reference in New Issue
Block a user