mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 14:03:25 +00:00
Separates Swimsuit and Athletic Lockers, Adds Wetsuits
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
|
||||
/obj/item/clothing/shoes/athletic
|
||||
name = "athletic shoes"
|
||||
desc = "A pair of sleek atheletic shoes. Made by and for the sporty types."
|
||||
desc = "A pair of sleek athletic shoes. Made by and for the sporty types."
|
||||
icon_state = "sportshoe"
|
||||
addblends = "sportshoe_a"
|
||||
item_state_slots = list(slot_r_hand_str = "sportheld", slot_l_hand_str = "sportheld")
|
||||
|
||||
@@ -969,6 +969,26 @@ Uniforms and such
|
||||
desc = "No honest man would wear this abomination"
|
||||
icon_state = "mankini"
|
||||
|
||||
/obj/item/clothing/under/wetsuit
|
||||
name = "wetsuit"
|
||||
desc = "For when you need to scuba dive your way into an enemy base."
|
||||
icon_state = "wetsuit"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
||||
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
|
||||
|
||||
/obj/item/clothing/under/wetsuit_skimpy
|
||||
name = "tactical wetsuit"
|
||||
desc = "For when you need to scuba dive your way into an enemy base but still want to show off a little skin."
|
||||
icon_state = "wetsuit_skimpy"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
/obj/item/clothing/under/wetsuit_rec
|
||||
name = "recreational wetsuit"
|
||||
desc = "For when you need to kayak your way into an enemy base."
|
||||
icon_state = "wetsuit_rec"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
cold_protection = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
/*
|
||||
* pyjamas
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user