Merge pull request #5190 from Anewbe/punpun_clothes

PunPun's clothes show up when he spawns
This commit is contained in:
Atermonera
2018-04-20 10:24:59 -07:00
committed by GitHub

View File

@@ -10,4 +10,5 @@
spawn(1)
name = "Pun Pun"
real_name = name
w_uniform = new /obj/item/clothing/under/punpun(src)
w_uniform = new /obj/item/clothing/under/punpun(src)
regenerate_icons()