mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
New Nedilla Plushie Just Dropped (& Public Digicoat) (#21040)
* wew * wew --------- Co-authored-by: Snakebittenn <12636964+Snakebittenn@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 66 KiB |
@@ -564,6 +564,12 @@
|
||||
attack_verb_simple = list("bite", "eat", "fin slap")
|
||||
squeak_override = list('sound/weapons/bite.ogg'=1)
|
||||
|
||||
//Other donation reward for Razurath
|
||||
/obj/item/toy/plush/skyrat/plushie_razurath/second
|
||||
name = "dwarf shark plushie"
|
||||
desc = "Despite her height, the plushie regards you with keen and frankly unamused eyes; the look on her face, and the elegance of her little tiny coat tell you that she knows something you don't."
|
||||
icon_state = "plushie_nedilla"
|
||||
|
||||
//Donation reward for October23
|
||||
/obj/item/toy/plush/skyrat/plushie_elofy
|
||||
name = "bumbling wolfgirl plushie"
|
||||
|
||||
@@ -1488,7 +1488,7 @@
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/suit.dmi'
|
||||
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
|
||||
|
||||
//Donation reward for Razurath
|
||||
//Public donation reward for Razurath
|
||||
/obj/item/clothing/suit/toggle/digicoat/glitched
|
||||
name = "hacked digicoat"
|
||||
desc = "Glitched images display across the back. Cool!"
|
||||
|
||||
@@ -558,6 +558,11 @@
|
||||
item_path = /obj/item/toy/plush/skyrat/plushie_razurath
|
||||
ckeywhitelist = list("razurath")
|
||||
|
||||
/datum/loadout_item/toys/plushie_razurath/second
|
||||
name = "Dwarf Shark Plushie"
|
||||
item_path = /obj/item/toy/plush/skyrat/plushie_razurath/second
|
||||
ckeywhitelist = list("razurath")
|
||||
|
||||
/datum/loadout_item/toys/plushie_elofy
|
||||
name = "Bumbling Wolfgirl Plushie"
|
||||
item_path = /obj/item/toy/plush/skyrat/plushie_elofy
|
||||
@@ -639,11 +644,6 @@
|
||||
item_path = /obj/item/clothing/suit/razurathcoat
|
||||
ckeywhitelist = list("razurath")
|
||||
|
||||
/datum/loadout_item/suit/digicoat_glitched
|
||||
name = "Glitched Digicoat"
|
||||
item_path = /obj/item/clothing/suit/toggle/digicoat/glitched
|
||||
ckeywhitelist = list("razurath")
|
||||
|
||||
/datum/loadout_item/pocket_items/masvedishcigar
|
||||
name = "Holocigar"
|
||||
item_path = /obj/item/clothing/mask/holocigarette/masvedishcigar
|
||||
|
||||
@@ -674,3 +674,7 @@ GLOBAL_LIST_INIT(loadout_exosuits, generate_loadout_items(/datum/loadout_item/su
|
||||
/datum/loadout_item/suit/donator/digicoat/interdyne
|
||||
name = "Interdyne Digicoat"
|
||||
item_path = /obj/item/clothing/suit/toggle/digicoat/interdyne
|
||||
|
||||
/datum/loadout_item/suit/digicoat_glitched //Public donator reward for Razurath.
|
||||
name = "Glitched Digicoat"
|
||||
item_path = /obj/item/clothing/suit/toggle/digicoat/glitched
|
||||
|
||||
Reference in New Issue
Block a user