mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Adds bee plushies (#44342)
* Adds beeplushies * makes the behind less pure black * Newline
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user