USSP update part 2 (#20926)

* USSP part 2

* swapping old version for new one in some places
This commit is contained in:
Henri215
2023-05-02 21:59:01 +02:00
committed by GitHub
parent fc87927f7b
commit a5efbd32e8
20 changed files with 197 additions and 25 deletions
@@ -103,7 +103,7 @@
path = /obj/item/clothing/under/color/darkred
/datum/gear/uniform/suit/soviet
display_name = "USSP uniform"
display_name = "Old USSP uniform"
path = /obj/item/clothing/under/costume/soviet
/datum/gear/uniform/suit/kilt
@@ -497,6 +497,40 @@
/obj/item/clothing/head/helmet/space/hardsuit/syndi/freedom/update_icon_state()
return
//Soviet hardsuit
/obj/item/clothing/head/helmet/space/hardsuit/soviet
name = "\improper Soviet hardsuit helmet"
desc = "A military hardsuit helmet bearing the red star of the U.S.S.P."
icon_state = "hardsuit0-soviet"
item_state = "hardsuit0-soviet"
item_color = "soviet"
armor = list(MELEE = 35, BULLET = 15, LASER = 30, ENERGY = 10, BOMB = 10, BIO = 100, RAD = 50, FIRE = 75, ACID = 75)
/obj/item/clothing/suit/space/hardsuit/soviet
name = "\improper Soviet hardsuit"
desc = "A soviet military hardsuit designed for maximum speed and mobility. Proudly displays the U.S.S.P flag on the chest."
icon_state = "hardsuit-soviet"
item_state = "hardsuit-soviet"
slowdown = 0.5
armor = list(MELEE = 35, BULLET = 15, LASER = 30, ENERGY = 10, BOMB = 10, BIO = 100, RAD = 50, FIRE = 75, ACID = 75)
allowed = list(/obj/item/gun, /obj/item/flashlight, /obj/item/tank/internals, /obj/item/melee/baton, /obj/item/reagent_containers/spray/pepper, /obj/item/ammo_box, /obj/item/ammo_casing, /obj/item/restraints/handcuffs)
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/soviet
jetpack = /obj/item/tank/jetpack/suit
/obj/item/clothing/head/helmet/space/hardsuit/soviet/commander
name = "\improper Soviet command hardsuit helmet"
desc = "A military hardsuit helmet with a red command stripe."
icon_state = "hardsuit0-soviet-commander"
item_state = "hardsuit0-soviet-commander"
item_color = "soviet-commander"
/obj/item/clothing/suit/space/hardsuit/soviet/commander
name = "\improper Soviet command hardsuit"
desc = "A soviet military command hardsuit designed for maximum speed and mobility."
icon_state = "hardsuit-soviet-commander"
item_state = "hardsuit-soviet-commander"
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/soviet/commander
//Medical hardsuit
/obj/item/clothing/head/helmet/space/hardsuit/medical
name = "medical hardsuit helmet"