Repathed ponchos to accessory/storage.

This commit is contained in:
MistakeNot4892
2022-10-31 00:17:53 +11:00
parent dbfd5d58c3
commit 6c00aedbd7
11 changed files with 69 additions and 66 deletions
+5 -5
View File
@@ -960,11 +960,11 @@
icon_state = "classicponcho"
/obj/random/thermalponcho/item_to_spawn()
return pick(prob(5);/obj/item/clothing/accessory/poncho/thermal,
prob(3);/obj/item/clothing/accessory/poncho/thermal/red,
prob(3);/obj/item/clothing/accessory/poncho/thermal/green,
prob(3);/obj/item/clothing/accessory/poncho/thermal/purple,
prob(3);/obj/item/clothing/accessory/poncho/thermal/blue)
return pick(prob(5);/obj/item/clothing/accessory/storage/poncho/thermal,
prob(3);/obj/item/clothing/accessory/storage/poncho/thermal/red,
prob(3);/obj/item/clothing/accessory/storage/poncho/thermal/green,
prob(3);/obj/item/clothing/accessory/storage/poncho/thermal/purple,
prob(3);/obj/item/clothing/accessory/storage/poncho/thermal/blue)
/obj/random/mug
name = "Random Mug"