Merge pull request #690 from Razgriz1032/Razgriz1032-Teshari-security-cloak

Teshari Security Cloak armor
This commit is contained in:
Darlantanis
2019-05-26 19:25:22 -05:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+6 -1
View File
@@ -227,9 +227,14 @@
/obj/item/clothing/suit/storage/seromi/cloak/jobs/sec
name = "Security cloak"
desc = "A soft teshari cloak made for the Security department"
desc = "A soft teshari cloak made for the Security department. This one is made with stronger fibers."
icon_state = "tesh_cloak_sec"
item_state = "tesh_cloak_sec"
allowed = list(/obj/item/weapon/gun/energy,/obj/item/weapon/reagent_containers/spray/pepper,/obj/item/weapon/gun/projectile,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/handcuffs,/obj/item/device/flashlight/maglight,/obj/item/clothing/head/helmet)
body_parts_covered = UPPER_TORSO|LOWER_TORSO
item_flags = THICKMATERIAL
siemens_coefficient = 0.6
armor = list(melee = 40, bullet = 30, laser = 30, energy = 10, bomb = 10, bio = 0, rad = 0)
/obj/item/clothing/suit/storage/seromi/cloak/jobs/qm
name = "Quartermaster's cloak"
+4 -1
View File
@@ -262,9 +262,12 @@
/obj/item/clothing/under/seromi/undercoat/jobs/sec
name = "Security undercoat"
desc = "A traditional teshari garb made for the Security department"
desc = "A traditional teshari garb made for the Security department. Made with slightly sturdier materials"
icon_state = "tesh_uniform_sec"
item_state = "tesh_uniform_sec"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
/obj/item/clothing/under/seromi/undercoat/jobs/qm
name = "Quartermaster's undercoat"