forgot icon state changes

This commit is contained in:
ancientpower
2020-02-29 02:03:25 -06:00
parent 5c5ec541ae
commit f44908dc2e
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -166,13 +166,13 @@
item_color = "paramedic-dark" item_color = "paramedic-dark"
permeability_coefficient = 0.5 permeability_coefficient = 0.5
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0)
can_adjust = FALSE
/obj/item/clothing/under/rank/medical/paramedic/light /obj/item/clothing/under/rank/medical/paramedic/light
desc = "It's made of a special fiber that provides minor protection against biohazards. It has a dark blue cross on the chest denoting that the wearer is a trained paramedic." desc = "It's made of a special fiber that provides minor protection against biohazards. It has a dark blue cross on the chest denoting that the wearer is a trained paramedic."
icon_state = "paramedic-light" icon_state = "paramedic-light"
item_color = "paramedic" item_color = "paramedic-light"
permeability_coefficient = 0.5 can_adjust = TRUE
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0)
/obj/item/clothing/under/rank/medical/paramedic/skirt /obj/item/clothing/under/rank/medical/paramedic/skirt
name = "paramedic jumpskirt" name = "paramedic jumpskirt"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 KiB

After

Width:  |  Height:  |  Size: 382 KiB