Skip to content

Commit

Permalink
make atmos cape fireproof (#19764)
Browse files Browse the repository at this point in the history
* atmos cape

* Update code/modules/clothing/neck/skillcapes/skillcapes.dm

Co-authored-by: John Willard <[email protected]>
  • Loading branch information
warface1234455 and JohnFulpWillard authored Jul 22, 2023
1 parent 5233432 commit 6b8d9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/neck/skillcapes/skillcapes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,13 @@
name = "cape of the atmospheric technician"
icon_state = "atmos-skillcape"
item_state = "atmos-skillcape"
resistance_flags = FIRE_PROOF

/obj/item/clothing/neck/skillcape/trimmed/atmos
name = "cape of the grand atmospheric technician"
icon_state = "atmos-trimmed"
item_state = "atmos-trimmed"
resistance_flags = FIRE_PROOF

/obj/item/clothing/neck/skillcape/engineer
name = "cape of the station engineer"
Expand Down

0 comments on commit 6b8d9be

Please sign in to comment.