mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] tanktop to loadout, yellow jacket to loadout (#7589)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
@@ -508,6 +508,10 @@
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/cosmic
|
||||
// winter coats end here
|
||||
|
||||
/datum/gear/suit/runner
|
||||
display_name = "runner jacket"
|
||||
path = /obj/item/clothing/suit/runner
|
||||
|
||||
/datum/gear/suit/varsity
|
||||
display_name = "varsity jacket selection"
|
||||
path = /obj/item/clothing/suit/varsity
|
||||
|
||||
@@ -374,6 +374,10 @@
|
||||
display_name = "halter top"
|
||||
path = /obj/item/clothing/under/haltertop
|
||||
|
||||
/datum/gear/uniform/tanktop
|
||||
display_name = "tank top"
|
||||
path = /obj/item/clothing/under/tanktop
|
||||
|
||||
/datum/gear/uniform/revealingdress
|
||||
display_name = "revealing dress"
|
||||
path = /obj/item/clothing/under/dress/revealingdress
|
||||
|
||||
@@ -799,6 +799,14 @@
|
||||
name = "brown varsity jacket"
|
||||
icon_state = "varsity_brown"
|
||||
|
||||
/obj/item/clothing/suit/runner
|
||||
name = "runner jacket"
|
||||
desc = "A yellow sports jacket with white trim and an unfolded collar."
|
||||
icon_state = "runner"
|
||||
allowed = list (/obj/item/weapon/pen, /obj/item/weapon/paper, /obj/item/device/flashlight, /obj/item/weapon/tank/emergency/oxygen, /obj/item/weapon/storage/fancy/cigarettes, /obj/item/weapon/storage/box/matches, /obj/item/weapon/reagent_containers/food/drinks/flask)
|
||||
item_state_slots = list(slot_r_hand_str = "suit_red", slot_l_hand_str = "suit_red")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/*
|
||||
* Department Jackets
|
||||
*/
|
||||
|
||||
@@ -987,6 +987,11 @@
|
||||
desc = "Jean shorts and a black halter top. Perfect for casual Fridays!"
|
||||
icon_state = "haltertop"
|
||||
|
||||
/obj/item/clothing/under/tanktop
|
||||
name = "tank top"
|
||||
desc = "The most versatile top ever created."
|
||||
icon_state = "tanktop"
|
||||
|
||||
/obj/item/clothing/under/rippedpunk
|
||||
name = "ripped punk jeans"
|
||||
desc = "Black ripped jeans and a fishnet top. How punk."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 238 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 693 KiB After Width: | Height: | Size: 694 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
Reference in New Issue
Block a user