Skip to content

Commit

Permalink
Donator Item [elliethedarksun] (#2446)
Browse files Browse the repository at this point in the history
* 1

* 2

* lol forgor the actuall dir location
  • Loading branch information
CannibalHunter authored Jun 27, 2024
1 parent c00f89b commit fe172c2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monkestation/code/modules/donator/code/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,12 @@
donator_only = TRUE
requires_purchase = FALSE

/datum/loadout_item/toys/elliethedarksunplush
name = "Ellie plush"
item_path = /obj/item/toy/plush/elliethedarksun
donator_only = TRUE
requires_purchase = FALSE

//ThePooba
/datum/loadout_item/mask/poob_mask
name = "Yellow gas mask"
Expand Down
7 changes: 7 additions & 0 deletions monkestation/code/modules/donator/code/item/plush.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,10 @@
desc = "A plush of a Cowlephant ~Handcrafted lovingly for Raziaar"
icon = 'monkestation/code/modules/donator/icons/obj/plushes.dmi'
icon_state = "cowlephant"

/obj/item/toy/plush/elliethedarksun
name = "ellie plush"
desc = "A plush of a crewmember named Ellie! ~Handcrafted lovingly for elliethedarksun (must be an alias for something..)"
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)
Binary file modified monkestation/code/modules/donator/icons/obj/plushes.dmi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fe172c2

Please sign in to comment.