Merge pull request #3153 from Yoshax/iconsplitting

'Improved' solution to the full uniform.dmi problem
This commit is contained in:
Anewbe
2017-03-28 18:22:04 -05:00
committed by GitHub
49 changed files with 111 additions and 108 deletions

View File

@@ -226,7 +226,7 @@
delete_me = 1
/obj/effect/landmark/costume/cutewitch/New()
new /obj/item/clothing/under/dress/sundress(src.loc)
new /obj/item/clothing/under/sundress(src.loc)
new /obj/item/clothing/head/witchwig(src.loc)
new /obj/item/weapon/staff/broom(src.loc)
delete_me = 1

View File

@@ -45,7 +45,7 @@
/obj/structure/closet/chefcloset/New()
..()
new /obj/item/clothing/under/dress/sundress(src)
new /obj/item/clothing/under/sundress(src)
new /obj/item/clothing/under/waiter(src)
new /obj/item/clothing/under/waiter(src)
new /obj/item/device/radio/headset/headset_service(src)