mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 04:36:53 +01:00
Sivian Western Sprite Pack (#4970)
* Adds: flamenco dress, bustle dress, cowboy duster, sheriff badge, tiny cowboy hat. To be added: 2 pairs of cowboy boots, stick horse. * Adds 2 cowboy boots and a stick horse. yeehaw. * Attempting to squash conflict that was caused by one of my OWN prs. For shame. * attempting to fix conflict ft. anewbe
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
/obj/random/action_figure = 1,
|
||||
/obj/random/plushie = 1,
|
||||
/obj/item/toy/cultsword = 1,
|
||||
/obj/item/toy/bouquet/fake = 1
|
||||
/obj/item/toy/bouquet/fake = 1,
|
||||
/obj/item/clothing/accessory/badge/sheriff = 2,
|
||||
/obj/item/clothing/head/cowboy_hat/small = 2,
|
||||
/obj/item/toy/stickhorse = 2
|
||||
)
|
||||
|
||||
/obj/machinery/computer/arcade/New()
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
* Plushies
|
||||
* Toy cult sword
|
||||
* Bouquets
|
||||
Stick Horse
|
||||
*/
|
||||
|
||||
|
||||
@@ -886,6 +887,13 @@
|
||||
name = "plastic bouquet"
|
||||
desc = "A cheap plastic bouquet of flowers. Smells like cheap, toxic plastic."
|
||||
|
||||
/obj/item/toy/stickhorse
|
||||
name = "stick horse"
|
||||
desc = "A pretend horse on a stick for any aspiring little cowboy to ride."
|
||||
icon = 'icons/obj/toy.dmi'
|
||||
icon_state = "stickhorse"
|
||||
w_class = ITEMSIZE_LARGE
|
||||
|
||||
/* NYET.
|
||||
/obj/item/weapon/toddler
|
||||
icon_state = "toddler"
|
||||
|
||||
Reference in New Issue
Block a user