Merge pull request #785 from Rei1226/rei21

Fixed issues with pants sprites not showing up correctly
This commit is contained in:
Rob Nelson
2014-05-23 12:28:09 -07:00
4 changed files with 13 additions and 18 deletions

View File

@@ -872,7 +872,7 @@
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/color/bluepants = 10,/obj/item/clothing/under/color/blackpants = 10,/obj/item/clothing/under/color/redpants = 10,/obj/item/clothing/under/color/greypants = 10)
/obj/item/clothing/under/bluepants = 10,/obj/item/clothing/under/blackpants = 10,/obj/item/clothing/under/redpants = 10,/obj/item/clothing/under/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

@@ -144,30 +144,25 @@
_color = "darkred"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/blackpants
/obj/item/clothing/under/blackpants
name = "black pants"
icon_state = "blackpants"
item_state = "blackpants"
_color = "black"
icon_state = "blpants"
_color = "blpants"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/redpants
/obj/item/clothing/under/redpants
name = "red pants"
icon_state = "redpants"
item_state = "redpants"
_color = "red"
icon_state = "rpants"
_color = "rpants"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/bluepants
/obj/item/clothing/under/bluepants
name = "blue pants"
icon_state = "bluepants"
item_state = "bluepants"
_color = "blue"
icon_state = "bpants"
_color = "bpants"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/color/greypants
/obj/item/clothing/under/greypants
name = "grey pants"
icon_state = "greypants"
item_state = "greypants"
_color = "grey"
flags = FPRINT | TABLEPASS | ONESIZEFITSALL
icon_state = "gpants"
_color = "gpants"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB