mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
Merge pull request #814 from VladinXXV/blueshield
Paramed uniforms aren't invisible on digi anymore/adds premium secdrobe option "blueshield"
This commit is contained in:
@@ -158,6 +158,18 @@
|
||||
item_state = "hosbluejacket"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
|
||||
/obj/item/clothing/suit/storage/blueshield //Look man I don't know, this is the file it was in on Oracle. Don't shoot me. Please.
|
||||
name = "blueshield coat"
|
||||
desc = "An armored coat often worn by bodyguards. Tough because everyone knows deep down you're a softie."
|
||||
icon_state = "blueshieldcoat"
|
||||
item_state = "blueshieldcoat"
|
||||
body_parts_covered = CHEST|LEGS|ARMS
|
||||
allowed = list(/obj/item/gun/energy, /obj/item/reagent_containers/spray/pepper, /obj/item/ammo_box, /obj/item/ammo_casing,/obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/flashlight/seclite, /obj/item/melee/classic_baton)
|
||||
armor = list(melee = 25, bullet = 10, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0)
|
||||
cold_protection = CHEST|LEGS|ARMS
|
||||
heat_protection = CHEST|LEGS|ARMS
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION //you don't need it
|
||||
|
||||
//Surgeon
|
||||
/obj/item/clothing/suit/apron/surgical
|
||||
name = "surgical apron"
|
||||
|
||||
@@ -212,6 +212,7 @@
|
||||
icon_state = "emt"
|
||||
item_state = "w_suit"
|
||||
item_color = "emt"
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION //sorry guys im too lazy to make digitigrade sprites for these.
|
||||
|
||||
/obj/item/clothing/under/rank/medical/emt/skirt
|
||||
name = "paramedic jumpskirt"
|
||||
|
||||
@@ -224,3 +224,13 @@
|
||||
item_state = "spacepol"
|
||||
item_color = "spacepol"
|
||||
can_adjust = FALSE
|
||||
/*
|
||||
*Blueshield
|
||||
*/
|
||||
/obj/item/clothing/under/rank/security/blueshield
|
||||
desc = "Blue trim on space-black cloth, this uniform displays the rank of \"Blueshield\" on the left shoulder. Wonder what that is."
|
||||
name = "blueshield uniform"
|
||||
icon_state = "bs_uniform"
|
||||
item_state = "bl_suit"
|
||||
item_color = "bs_uniform"
|
||||
alt_covers_chest = FALSE
|
||||
|
||||
@@ -29,7 +29,9 @@
|
||||
/obj/item/clothing/under/rank/security/stripper = 5,
|
||||
/obj/item/clothing/shoes/jackboots/tall = 5,
|
||||
/obj/item/clothing/head/beret/sec/bitch = 5,
|
||||
/obj/item/clothing/gloves/latexsleeves/security = 5)
|
||||
/obj/item/clothing/gloves/latexsleeves/security = 5,
|
||||
/obj/item/clothing/under/rank/security/blueshield = 1,
|
||||
/obj/item/clothing/suit/storage/blueshield =1)
|
||||
refill_canister = /obj/item/vending_refill/wardrobe/sec_wardrobe
|
||||
|
||||
/obj/item/vending_refill/wardrobe/sec_wardrobe
|
||||
|
||||
Reference in New Issue
Block a user