Skip to content

Commit

Permalink
eeble is kill
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Dec 17, 2024
1 parent e0ac38d commit d1871e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion monkestation/code/game/objects/items/plushies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@
icon = 'monkestation/icons/obj/plushes.dmi'
icon_state = "durrcell"
squeak_override = list('monkestation/sound/voice/durrcell-squeak.ogg'=1)

/*
/obj/item/toy/plush/Eeble
name = "Eeble plushie"
attack_verb_simple = list("Eeble","prybar")
attack_verb_continuous = list("Eebles","prybars")
desc = "Eeble is Eeble"
icon = 'monkestation/icons/obj/plushes.dmi'
icon_state = "eeble"
*/
4 changes: 2 additions & 2 deletions monkestation/code/modules/loadouts/items/plushies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ GLOBAL_LIST_INIT(loadout_plushies, generate_loadout_items(/datum/loadout_item/pl
/datum/loadout_item/plushies/durrcell
name = "Durrcell Plush"
item_path = /obj/item/toy/plush/durrcell

/*
/datum/loadout_item/plushies/Eeble
name = "Eeble Plushie"
item_path = /obj/item/toy/plush/Eeble

*/
/datum/loadout_item/plushies/big_bad_wolf
name = "Big And Will Be Bad Wolf Plushie"
item_path = /obj/item/toy/plush/lobotomy/big_bad_wolf
Expand Down
4 changes: 2 additions & 2 deletions monkestation/code/modules/store/store_items/plushies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ GLOBAL_LIST_INIT(store_plushies, generate_store_items(/datum/store_item/plushies
store_desc = "''Behold, Man''"
item_path = /obj/item/toy/plush/durrcell
item_cost = 6969

/*
/datum/store_item/plushies/Eeble
name = "Eeble Plush"
store_desc = "Eeble is Eeble"
item_path = /obj/item/toy/plush/Eeble
item_cost = 5000

*/
/datum/store_item/plushies/big_bad_wolf
name = "Big And Will Be Bad Wolf Plush"
store_desc = ""
Expand Down

0 comments on commit d1871e8

Please sign in to comment.