Adds bee plushies (#44342)

* Adds beeplushies

* makes the behind less pure black

* Newline
This commit is contained in:
nemvar
2019-06-07 13:55:02 -04:00
committed by Emmett Gaines
parent 522db99fb4
commit c44120b5d1
5 changed files with 19 additions and 3 deletions
+3
View File
@@ -106,6 +106,9 @@
/datum/component/squeak/slimeplushie
datum_outputs = list(/datum/outputs/squelch)
/datum/component/squeak/beeplushie
datum_outputs = list(/datum/outputs/bee)
/datum/component/squeak/mouse
datum_outputs = list(/datum/outputs/squeak)
+5 -1
View File
@@ -111,4 +111,8 @@
/datum/outputs/squelch
text = "You hear a horrendous squelching sound."
sounds = 'sound/effects/blobattack.ogg'
sounds = 'sound/effects/blobattack.ogg'
/datum/outputs/bee
text = "You hear a buzzing noise."
sounds = 'sound/voice/moth/scream_moth.ogg'
+1 -1
View File
@@ -111,7 +111,7 @@
if("Cook")
heirloom_type = pick(/obj/item/reagent_containers/food/condiment/saltshaker, /obj/item/kitchen/rollingpin, /obj/item/clothing/head/chefhat)
if("Botanist")
heirloom_type = pick(/obj/item/cultivator, /obj/item/reagent_containers/glass/bucket, /obj/item/storage/bag/plants)
heirloom_type = pick(/obj/item/cultivator, /obj/item/reagent_containers/glass/bucket, /obj/item/storage/bag/plants, /obj/item/toy/plush/beeplushie)
if("Bartender")
heirloom_type = pick(/obj/item/reagent_containers/glass/rag, /obj/item/clothing/head/that, /obj/item/reagent_containers/food/drinks/shaker)
if("Curator")
+10 -1
View File
@@ -523,4 +523,13 @@
/obj/item/toy/plush/awakenedplushie/ComponentInitialize()
. = ..()
AddComponent(/datum/component/edit_complainer)
AddComponent(/datum/component/edit_complainer)
/obj/item/toy/plush/beeplushie
name = "bee plushie"
desc = "A cute toy that resembles an even cuter bee."
icon_state = "plushie_h"
item_state = "plushie_h"
attack_verb = list("stung")
gender = FEMALE
component = /datum/component/squeak/beeplushie
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB