Added Kamina's Cape, as well as a few shirtless uniforms

This commit is contained in:
Rei1226
2014-05-22 21:09:09 -04:00
parent 08899096ca
commit c8f13512bf
6 changed files with 39 additions and 3 deletions

View File

@@ -871,7 +871,8 @@
product_slogans = "Pre-Ironed, Pre-Washed, Pre-Wor-*BZZT*;Blood of your enemys washes right out!;Who are YOU wearing?;Look dapper! Look like an idiot!;Dont carry your size? How about you shave off some pounds you fat lazy- *BZZT*"
products = list(/obj/item/clothing/under/color/black = 10,/obj/item/clothing/under/color/blue = 10,/obj/item/clothing/under/color/green = 10,/obj/item/clothing/under/color/grey = 10,/obj/item/clothing/under/color/pink = 10,/obj/item/clothing/under/color/red = 10,
/obj/item/clothing/under/color/white = 10, /obj/item/clothing/under/color/yellow = 10,/obj/item/clothing/under/lightblue = 10,/obj/item/clothing/under/aqua = 10,/obj/item/clothing/under/purple = 10,/obj/item/clothing/under/lightgreen = 10,
/obj/item/clothing/under/lightblue = 10,/obj/item/clothing/under/lightbrown = 10,/obj/item/clothing/under/brown = 10,/obj/item/clothing/under/yellowgreen = 10,/obj/item/clothing/under/darkblue = 10,/obj/item/clothing/under/lightred = 10, /obj/item/clothing/under/darkred = 10)
/obj/item/clothing/under/lightblue = 10,/obj/item/clothing/under/lightbrown = 10,/obj/item/clothing/under/brown = 10,/obj/item/clothing/under/yellowgreen = 10,/obj/item/clothing/under/darkblue = 10,/obj/item/clothing/under/lightred = 10, /obj/item/clothing/under/darkred = 10,
/obj/item/clothing/under/color/bluepants = 10,/obj/item/clothing/under/color/blackpants = 10,/obj/item/clothing/under/color/redpants = 10,/obj/item/clothing/under/color/greypants = 10)
contraband = list(/obj/item/clothing/under/syndicate/tacticool = 5,/obj/item/clothing/under/color/orange = 5,/obj/item/clothing/under/psyche = 5)
premium = list(/obj/item/clothing/under/rainbow = 1)

View File

@@ -355,3 +355,9 @@
desc = "Now you too can pierce the heavens"
icon_state = "simonjacket"
item_state = "simonjacket"
/obj/item/clothing/suit/kaminacape
name = "Kamina's Cape"
desc = "Don't believe in yourself, dumbass. Believe in me. Believe in the Kamina who believes in you."
icon_state = "kaminacape"
item_state = "kaminacape"

View File

@@ -142,4 +142,32 @@
name = "darkred jumpsuit"
icon_state = "darkred"
_color = "darkred"
flags = FPRINT | TABLEPASS
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/blackpants
name = "black pants"
icon_state = "blackpants"
item_state = "blackpants"
_color = "black"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/redpants
name = "red pants"
icon_state = "redpants"
item_state = "redpants"
_color = "red"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/bluepants
name = "blue pants"
icon_state = "bluepants"
item_state = "bluepants"
_color = "blue"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/greypants
name = "grey pants"
icon_state = "greypants"
item_state = "greypants"
_color = "grey"
flags = FPRINT | TABLEPASS | ONESIZEFITSALL