mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Ports Different Variants of Nian Plushies and Introduces a Plush Spawner (#27450)
* ports over more nian plushies from shiptest/beestation and introduces plushies into maint loot * remove a value Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * removed a value Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * removed a value Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * remove a value Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * Update code/game/objects/effects/spawners/random/plushie_spawners.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * Update code/game/objects/effects/spawners/random/plushie_spawners.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * this should fix the conflict * please let this upload fix the conflict Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * i need to stop pressing commit as a form of saving, my apologies. * added the dmi back * fixing indentation * removes a comment. Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> * bumps the weight of tools and materials up to 4 --------- Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -879,7 +879,109 @@
|
||||
visible_message("<span class='danger'>Buzzzz!</span>")
|
||||
cooldown = TRUE
|
||||
addtimer(VARSET_CALLBACK(src, cooldown, FALSE), 3 SECONDS)
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/monarch
|
||||
name = "monarch nian plushie"
|
||||
desc = "A monarch nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_monarch"
|
||||
item_state = "plushie_nian_monarch"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/luna
|
||||
name = "luna nian plushie"
|
||||
desc = "A luna nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_luna"
|
||||
item_state = "plushie_nian_luna"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/atlas
|
||||
name = "atlas nian plushie"
|
||||
desc = "An atlas nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_atlas"
|
||||
item_state = "plushie_nian_atlas"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/reddish
|
||||
name = "reddish nian plushie"
|
||||
desc = "A reddish nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_reddish"
|
||||
item_state = "plushie_nian_reddish"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/royal
|
||||
name = "royal nian plushie"
|
||||
desc = "A royal nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_royal"
|
||||
item_state = "plushie_nian_royal"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/gothic
|
||||
name = "gothic nian plushie"
|
||||
desc = "A gothic nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_gothic"
|
||||
item_state = "plushie_nian_gothic"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/lovers
|
||||
name = "lovers nian plushie"
|
||||
desc = "A lovers nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_lovers"
|
||||
item_state = "plushie_nian_lovers"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/whitefly
|
||||
name = "whitefly nian plushie"
|
||||
desc = "A whitefly nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_whitefly"
|
||||
item_state = "plushie_nian_whitefly"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/punished
|
||||
name = "punished nian plushie"
|
||||
desc = "A punnished nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_punished"
|
||||
item_state = "plushie_nian_punished"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/firewatch
|
||||
name = "firewatch nian plushie"
|
||||
desc = "A firewtach nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_firewatch"
|
||||
item_state = "plushie_nian_firewatch"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/deadhead
|
||||
name = "deathshead nian plushie"
|
||||
desc = "A deathshead nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_deadhead"
|
||||
item_state = "plushie_nian_deadhead"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/poison
|
||||
name = "poison nian plushie"
|
||||
desc = "A poison nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_poison"
|
||||
item_state = "plushie_nian_poison"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/ragged
|
||||
name = "ragged nian plushie"
|
||||
desc = "A ragged nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_ragged"
|
||||
item_state = "plushie_nian_ragged"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/snow
|
||||
name = "snow nian plushie"
|
||||
desc = "A snow nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_snow"
|
||||
item_state = "plushie_nian_snow"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/clockwork
|
||||
name = "clockwork nian plushie"
|
||||
desc = "A clockwork nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_clockwork"
|
||||
item_state = "plushie_nian_clockwork"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/moonfly
|
||||
name = "moonfly nian plushie"
|
||||
desc = "A moonfly nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_moonfly"
|
||||
item_state = "plushie_nian_moonfly"
|
||||
|
||||
/obj/item/toy/plushie/nianplushie/rainbow
|
||||
name = "rainbow nian plushie"
|
||||
desc = "A rainbow nian plushie, straight from the nebula. Pull its antenna to hear it buzz!"
|
||||
icon_state = "plushie_nian_rainbow"
|
||||
item_state = "plushie_nian_rainbow"
|
||||
|
||||
/obj/item/toy/plushie/shark
|
||||
name = "shark plushie"
|
||||
desc = "A plushie depicting a somewhat cartoonish shark. The tag calls it a 'hákarl', noting that it was made by an obscure furniture manufacturer in old Scandinavia."
|
||||
|
||||
Reference in New Issue
Block a user