mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 09:28:26 +01:00
Blueshield Shit
adds blueshield uniform and coat. also should fix paramedic uniforms.
This commit is contained in:
@@ -158,6 +158,17 @@
|
||||
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/device/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
|
||||
|
||||
//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 = "\improper Blueshield Uniform"
|
||||
icon_state = "bs_uniform"
|
||||
item_state = "bl_suit"
|
||||
item_color = "bs_uniform"
|
||||
alt_covers_chest = FALSE
|
||||
|
||||
Reference in New Issue
Block a user