Ports some plushies from Cit

This commit is contained in:
Aronai Sieyes
2020-04-19 23:32:20 -04:00
parent 9977774f20
commit d13d3d92fe
6 changed files with 99 additions and 5 deletions
+53
View File
@@ -0,0 +1,53 @@
/obj/item/toy/plushie/lizardplushie
name = "lizard plushie"
desc = "An adorable stuffed toy that resembles a lizardperson."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_lizard"
attack_verb = list("clawed", "hissed", "tail slapped")
/obj/item/toy/plushie/lizardplushie/kobold
name = "kobold plushie"
desc = "An adorable stuffed toy that resembles a kobold."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "kobold"
/obj/item/toy/plushie/slimeplushie
name = "slime plushie"
desc = "An adorable stuffed toy that resembles a slime. It is practically just a hacky sack."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_slime"
attack_verb = list("blorbled", "slimed", "absorbed", "glomped")
gender = FEMALE //given all the jokes and drawings, I'm not sure the xenobiologists would make a slimeboy
/obj/item/toy/plushie/box
name = "cardboard plushie"
desc = "A toy box plushie, it holds cotten. Only a baddie would place a bomb through the postal system..."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "box"
attack_verb = list("open", "closed", "packed", "hidden", "rigged", "bombed", "sent", "gave")
/obj/item/toy/plushie/borgplushie
name = "robot plushie"
desc = "An adorable stuffed toy of a robot."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "securityk9"
attack_verb = list("beeped", "booped", "pinged")
/obj/item/toy/plushie/borgplushie/medihound
icon_state = "medihound"
/obj/item/toy/plushie/borgplushie/scrubpuppy
icon_state = "scrubpuppy"
/obj/item/toy/plushie/foxbear
name = "toy fox"
desc = "Issa fox!"
icon = 'icons/obj/toy_vr.dmi'
icon_state = "fox"
/obj/item/toy/plushie/nukeplushie
name = "operative plushie"
desc = "A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_nuke"
attack_verb = list("shot", "nuked", "detonated")
+12 -1
View File
@@ -469,7 +469,18 @@
/obj/item/toy/plushie/spider,
/obj/item/toy/plushie/tabby_cat,
/obj/item/toy/plushie/tuxedo_cat,
/obj/item/toy/plushie/white_cat)
/obj/item/toy/plushie/white_cat,
//VOREStation Add Start
/obj/item/toy/plushie/lizardplushie,
/obj/item/toy/plushie/lizardplushie/kobold,
/obj/item/toy/plushie/slimeplushie,
/obj/item/toy/plushie/box,
/obj/item/toy/plushie/borgplushie,
/obj/item/toy/plushie/borgplushie/medihound,
/obj/item/toy/plushie/borgplushie/scrubpuppy,
/obj/item/toy/plushie/foxbear,
/obj/item/toy/plushie/nukeplushie)
//VOREStation Add End
/obj/random/plushielarge
name = "random large plushie"