Adds space carp plushies!

This commit is contained in:
TZK13
2014-10-21 01:12:03 -05:00
parent 1f7fc3d0e1
commit e45057b30e
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
/obj/item/toy/prize/phazon = 1,
/obj/item/toy/cards/deck = 2,
/obj/item/toy/nuke = 2,
/obj/item/toy/minimeteor = 2
/obj/item/toy/minimeteor = 2,
/obj/item/toy/carpplushie = 2
)
/obj/machinery/computer/arcade/New()
+13 -1
View File
@@ -12,6 +12,7 @@
* Cards
* Toy nuke
* Mini-Meteor
* Carp plushie
*/
@@ -1039,7 +1040,7 @@ obj/item/toy/cards/deck/syndicate
/obj/item/toy/minimeteor
name = "\improper Mini-Meteor"
desc = "Relive the fun of a meteor shower! SweetMeat-eor. Co is not responsible for any headaches or hearing loss caused by Mini-Meteor™"
desc = "Relive the excitement of a meteor shower! SweetMeat-eor. Co is not responsible for any injuries, headaches or hearing loss caused by Mini-Meteor™"
icon = 'icons/obj/toy.dmi'
icon_state = "minimeteor"
w_class = 2.0
@@ -1051,3 +1052,14 @@ obj/item/toy/cards/deck/syndicate
if(!M.stat && !istype(M, /mob/living/silicon/ai))\
shake_camera(M, 3, 1)
qdel(src)
/*
* Carp plushie
*/
/obj/item/toy/carpplushie
name = "space carp plushie"
desc = "An adorable stuffed toy that resembles a space carp."
icon = 'icons/obj/toy.dmi'
icon_state = "carpplushie"
w_class = 2.0
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 20 KiB