More choices for overwear clothing (#8937)

This commit is contained in:
Wowzewow (Wezzy)
2020-05-26 15:49:29 +02:00
committed by GitHub
parent f2d658c942
commit 9aada79205
19 changed files with 175 additions and 43 deletions
+3 -3
View File
@@ -2128,13 +2128,13 @@ All custom items with worn sprites must follow the contained sprite system: http
update_icon()
return
var/obj/item/clothing/under/sweater/G = new(get_turf(user))
G.color = ball.color
var/obj/item/clothing/accessory/sweater/S = new(get_turf(user))
S.color = ball.color
qdel(ball)
ball = null
working = FALSE
update_icon()
to_chat(user, "<span class='warning'>You finished \the [G]!</span>")
to_chat(user, "<span class='warning'>You finish \the [S]!</span>")
/obj/item/fluff/yarn
name = "ball of yarn"