Skip to content

Commit

Permalink
av4l0n (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalHunter authored Jul 1, 2024
1 parent 9d076dc commit 89e1a1a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monkestation/code/modules/donator/code/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -508,3 +508,10 @@
item_path = /obj/item/toy/plush/cowlephant
donator_only = TRUE
requires_purchase = FALSE

//av4l0n
/datum/loadout_item/toys/sheep_plush_av4l0n
name = "Sheep Plush"
item_path = /obj/item/clothing/head/sheep_plush_av4l0n
donator_only = TRUE
requires_purchase = FALSE
14 changes: 14 additions & 0 deletions monkestation/code/modules/donator/code/item/plush.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,17 @@
icon = 'monkestation/code/modules/donator/icons/obj/plushes.dmi'
icon_state = "elliethedarksun"
squeak_override = list('monkestation/code/modules/donator/sounds/elliethedarksunPlushSqueak-1.ogg'=1,'monkestation/code/modules/donator/sounds/elliethedarksunPlushSqueak-2.ogg'=1,'monkestation/code/modules/donator/sounds/elliethedarksunPlushSqueak-3.ogg'=1)

/obj/item/clothing/head/sheep_plush_av4l0n
name = "sheep plushie"
desc = "What a silly little guy."
attack_verb_continuous = list("thumps", "whomps", "bumps")
attack_verb_simple = list("thump", "whomp", "bump")
w_class = WEIGHT_CLASS_SMALL
resistance_flags = FLAMMABLE
icon = 'monkestation/code/modules/donator/icons/obj/plushes.dmi'
worn_icon = 'monkestation/code/modules/donator/icons/mob/plushes.dmi'
icon_state = "av4l0n_sheep"
inhand_icon_state = "av4l0n_sheep"
lefthand_file = 'monkestation/code/modules/donator/icons/mob/inhands/plushes_inhand_left.dmi'
righthand_file = 'monkestation/code/modules/donator/icons/mob/inhands/plushes_inhand_right.dmi'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified monkestation/code/modules/donator/icons/obj/plushes.dmi
Binary file not shown.

0 comments on commit 89e1a1a

Please sign in to comment.