Skip to content

Commit

Permalink
weh
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Jan 10, 2025
1 parent 2e45de7 commit b074099
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Binary file modified tff_modular/master_files/icons/donator/obj/toys/plushie.dmi
Binary file not shown.
22 changes: 22 additions & 0 deletions tff_modular/modules/toys/code/soulmate_plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,25 @@
attack_verb_continuous = list("hugs", "cuddles against", "protects")
attack_verb_simple = list("hug", "cuddle against", "protect")
squeak_override = list('modular_nova/modules/emotes/sound/emotes/blush.ogg' = 1)

/obj/item/toy/plush/tff/soulmates/duo
name = "Duo plushie"
gender = MALE
desc = "A cute plush toy, created be image of famous protogen, or not protogen?... however, when you look at him, you can feel responsibility and a desire for new achievements, as well as a little stupidity. Do not let him near the mechs under any circumstances!"
icon = 'tff_modular/master_files/icons/donator/obj/toys/plushie.dmi'
icon_state = "plush_duo"
happy_icon_state = "plush_duo"
depressed_icon_state = "plush_duo"
missing_one = /obj/item/toy/plush/tff/soulmates/amy
squeak_override = list('modular_nova/modules/emotes/sound/emotes/dwoop.ogg' = 1)

/obj/item/toy/plush/tff/soulmates/amy
name = "Amy plushie"
gender = FEMALE
desc = "An adorable plushy that resembles a slimy xenobiologist. A look at it, despite her cuteness, provokes a feeling of danger."
icon = 'tff_modular/master_files/icons/donator/obj/toys/plushie.dmi'
icon_state = "plush_amy"
happy_icon_state = "plush_amy"
depressed_icon_state = "plush_amy"
missing_one = /obj/item/toy/plush/tff/soulmates/duo
squeak_override = list('modular_nova/modules/emotes/sound/voice/slime_squish.ogg' = 1)
10 changes: 10 additions & 0 deletions tff_modular/modules/~donator/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,13 @@
item_path = /obj/item/clothing/under/rank/nanotrasen_consultant/trurl
restricted_roles = list(JOB_NT_REP)
ckeywhitelist = list("UEDHighCommand")

/datum/loadout_item/toys/duo
name = "Duo plushie"
item_path= /obj/item/toy/plush/tff/soulmates/duo
donator_only = TRUE

/datum/loadout_item/toys/amy
name = "Amy plushie"
item_path= /obj/item/toy/plush/tff/soulmates/amy
donator_only = TRUE

0 comments on commit b074099

Please sign in to comment.