mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-28 07:38:35 +01:00
Repathed ponchos to accessory/storage.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user