Skip to content

Commit

Permalink
Marketable Admin Plushies (#3519)
Browse files Browse the repository at this point in the history
* marketable admins

* add marisa plush

* plushie move

* Update admin_plushies.dm

* Update tgstation.dme
  • Loading branch information
CannibalHunter authored Sep 24, 2024
1 parent 68c0d94 commit d150836
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 0 deletions.
158 changes: 158 additions & 0 deletions monkestation/code/game/objects/items/admin_plushies.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
// This is where all of the MonkeStation Admin Plushies should be stored

// Plushies
/obj/item/toy/plush/admin/ben_mothman
name = "ben mothman"
desc = "HAH this guy is short! Laugh at him.. this is an order! "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "ben"
/datum/loadout_item/toys/ben_mothman
name = "ben mothman plush"
item_path = /obj/item/toy/plush/admin/ben_mothman
/datum/store_item/toys/ben_mothman
name = "Ben Mothman Plush"
item_path = /obj/item/toy/plush/admin/ben_mothman
item_cost = 7500

/obj/item/toy/plush/admin/abraxis
name = "abraxis"
desc = "This feller is always up to something.. he's even got that huge company I forgot the name of... "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "abraxis"
/datum/loadout_item/toys/abraxis
name = "abraxis plush"
item_path = /obj/item/toy/plush/admin/abraxis
/datum/store_item/toys/abraxis
name = "Abraxis Plush"
item_path = /obj/item/toy/plush/admin/abraxis
item_cost = 7500

/obj/item/toy/plush/admin/brad
name = "brad"
desc = "Woah.. they're BLUE, and they've also got a cane! How fancy dancy. "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "brad"
/datum/loadout_item/toys/brad
name = "brad plush"
item_path = /obj/item/toy/plush/admin/brad
/datum/store_item/toys/brad
name = "Brad Plush"
item_path = /obj/item/toy/plush/admin/brad
item_cost = 7500

/obj/item/toy/plush/admin/andrea
name = "andrea"
desc = "Best combat medic around.. if you're legs are blown off and you see this fellah comming around- you're lucky. "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "andrea"
/datum/loadout_item/toys/andrea
name = "andrea plush"
item_path = /obj/item/toy/plush/admin/andrea
/datum/store_item/toys/andrea
name = "Andrea Plush"
item_path = /obj/item/toy/plush/admin/andrea
item_cost = 7500

/obj/item/toy/plush/admin/pippi
name = "pippi"
desc = "... "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "pippi"
/datum/loadout_item/toys/pippi
name = "pippi plush"
item_path = /obj/item/toy/plush/admin/pippi
/datum/store_item/toys/pippi
name = "Pippi Plush"
item_path = /obj/item/toy/plush/admin/pippi
item_cost = 7500

/obj/item/toy/plush/admin/syndi_kate
name = "syndi-kate"
desc = "''GLORY TO THE SYNDICATE!'' "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "syndi_kate"
/datum/loadout_item/toys/syndi_kate
name = "syndi-kate plush"
item_path = /obj/item/toy/plush/admin/syndi_kate
/datum/store_item/toys/syndi_kate
name = "Syndi-Kate Plush"
item_path = /obj/item/toy/plush/admin/syndi_kate
item_cost = 7500

/obj/item/toy/plush/admin/jace
name = "jace"
desc = "It's Jace! "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "jace"
/datum/loadout_item/toys/jace
name = "jace plush"
item_path = /obj/item/toy/plush/admin/jace
/datum/store_item/toys/jace
name = "Jace Plush"
item_path = /obj/item/toy/plush/admin/jace
item_cost = 7500

/obj/item/toy/plush/admin/lavender
name = "lavender"
desc = "It's Lavender! "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "lavender"
/datum/loadout_item/toys/lavender
name = "lavender plush"
item_path = /obj/item/toy/plush/admin/lavender
/datum/store_item/toys/lavender
name = "Lavender Plush"
item_path = /obj/item/toy/plush/admin/lavender
item_cost = 7500

/obj/item/toy/plush/admin/waffles
name = "waffles"
desc = "It's Waffles! What a wierdo! "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "waffles"
/datum/loadout_item/toys/waffles
name = "waffles plush"
item_path = /obj/item/toy/plush/admin/waffles
/datum/store_item/toys/waffles
name = "Waffles Plush"
item_path = /obj/item/toy/plush/admin/waffles
item_cost = 7500

/obj/item/toy/plush/admin/vicky
name = "vicky"
desc = "It's Vicky! "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "vicky"
/datum/loadout_item/toys/vicky
name = "vicky plush"
item_path = /obj/item/toy/plush/admin/vicky
/datum/store_item/toys/vicky
name = "Vicky Plush"
item_path = /obj/item/toy/plush/admin/vicky
item_cost = 7500

/obj/item/toy/plush/admin/richard_deckard
name = "richard deckard"
desc = "It's Richard Deckard! "
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "richard_deckard"
/datum/loadout_item/toys/richard_deckard
name = "richard deckard plush"
item_path = /obj/item/toy/plush/admin/richard_deckard
/datum/store_item/toys/richard_deckard
name = "Richard Deckard Plush"
item_path = /obj/item/toy/plush/admin/richard_deckard
item_cost = 7500

/obj/item/toy/plush/admin/marisa
name = "marisa"
desc = "It's Marisa! THE GOOBER- LOOK AT HER!"
icon = 'monkestation/icons/obj/admin_plushies.dmi'
icon_state = "marisa"
/datum/loadout_item/toys/marisa
name = "marisa plush"
item_path = /obj/item/toy/plush/admin/marisa
/datum/store_item/toys/marisa
name = "Marisa Plush"
item_path = /obj/item/toy/plush/admin/marisa
item_cost = 7500
Binary file added monkestation/icons/obj/admin_plushies.dmi
Binary file not shown.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5904,6 +5904,7 @@
#include "monkestation\code\game\objects\effects\random\ai_module.dm"
#include "monkestation\code\game\objects\effects\spawners\roomspawner.dm"
#include "monkestation\code\game\objects\effects\spawners\random\fishing.dm"
#include "monkestation\code\game\objects\items\admin_plushies.dm"
#include "monkestation\code\game\objects\items\caneswords.dm"
#include "monkestation\code\game\objects\items\choice_beacon.dm"
#include "monkestation\code\game\objects\items\cigs_lighters.dm"
Expand Down

0 comments on commit d150836

Please sign in to comment.