Skip to content

Commit

Permalink
maru plushie belongs to donator module (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReezeBL authored Apr 12, 2024
1 parent e775c6f commit 32aa494
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
Binary file modified tff_modular/master_files/icons/donator/obj/toys/plushie.dmi
Binary file not shown.
5 changes: 0 additions & 5 deletions tff_modular/modules/toys/code/loadout_datum_toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,3 @@
/datum/loadout_item/toys/special/yulia
name = "Yulia Plushie"
item_path = /obj/item/toy/plush/tff/yulia

/datum/loadout_item/toys/special/maru
name = "Maru Plushie"
item_path = /obj/item/toy/plush/tff/maru
ckeywhitelist = list("mercreaper", "skadi999")
8 changes: 0 additions & 8 deletions tff_modular/modules/toys/code/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,3 @@
attack_verb_continuous = list("attacks", "bites", "gnashes at", "hugs")
attack_verb_simple = list("attack", "bite", "gnash at", "hug")
squeak_override = list('sound/weapons/bite.ogg' = 1,'modular_nova/modules/emotes/sound/voice/feline_purr.ogg' = 1)

/obj/item/toy/plush/tff/maru
name = "Maru plushie"
desc = "An adorable stuffed toy, resembling a shark, wearing a formal maid suit. Beware of runes on the floor!"
icon_state = "plush_ivolga"
attack_verb_continuous = list("attacks", "bites", "gnashes at", "casts at")
attack_verb_simple = list("attack", "bite", "gnash at", "cast at")
squeak_override = list('sound/weapons/bite.ogg' = 1,'tff_modular/modules/toys/sounds/castsummon.ogg' = 1)
Binary file modified tff_modular/modules/toys/icons/plushes.dmi
Binary file not shown.
9 changes: 9 additions & 0 deletions tff_modular/modules/~donator/items/donator_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
icon_state = "zanozkin_plushie"
gender = FEMALE
squeak_override = list('modular_nova/modules/emotes/sound/voice/trills.ogg' = 1)

/obj/item/toy/plush/maru
name = "Maru plushie"
desc = "An adorable stuffed toy, resembling a shark, wearing a formal maid suit. Beware of runes on the floor!"
icon = 'tff_modular/master_files/icons/donator/obj/toys/plushie.dmi'
icon_state = "plush_ivolga"
attack_verb_continuous = list("attacks", "bites", "gnashes at", "casts at")
attack_verb_simple = list("attack", "bite", "gnash at", "cast at")
squeak_override = list('sound/weapons/bite.ogg' = 1,'tff_modular/modules/toys/sounds/castsummon.ogg' = 1)
5 changes: 5 additions & 0 deletions tff_modular/modules/~donator/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@
name = "Oktavia"
item_path= /obj/item/toy/plush/oktavia
ckeywhitelist = list("zanozkin")

/datum/loadout_item/toys/maru
name = "Maru Plushie"
item_path = /obj/item/toy/plush/maru
ckeywhitelist = list("mercreaper", "skadi999")

0 comments on commit 32aa494

Please sign in to comment.