mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Adds Vox Security Uniforms
Adds a Vox version of every security uniform with the exception of the jackets. Picture coming soon!
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
* 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
|
||||
*/
|
||||
@@ -70,6 +79,10 @@
|
||||
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
flags = ONESIZEFITSALL
|
||||
siemens_coefficient = 0.9
|
||||
species_fit = list("Vox")
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/uniform.dmi'
|
||||
)
|
||||
|
||||
/*
|
||||
* Head of Security
|
||||
|
||||
Reference in New Issue
Block a user