adds comfortable uniform and puts it in loadout

This commit is contained in:
shellspeed1
2019-09-24 20:33:43 -07:00
parent 2e99f3b93b
commit 868408f7c5
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -67,3 +67,11 @@
icon_state = "syndicate_combat"
item_color = "syndicate_combat"
can_adjust = FALSE
/obj/item/clothing/under/syndicate/comfortable
name = "Comfortable Uniform"
desc = "A modified combat uniform, it has had much of it's armor stripped out and replaced with padding to make it as comfortable as possible."
icon_state = "syndicate_combat"
item_color = "syndicate_combat"
can_adjust = FALSE
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)