Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marketable Admin Plushies #3519

Merged
merged 5 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 158 additions & 0 deletions monkestation/code/modules/admin/plushies/admin_plushies.dm
CannibalHunter marked this conversation as resolved.
Show resolved Hide resolved
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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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/code/modules/admin/plushies/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 not shown.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5993,6 +5993,7 @@
#include "monkestation\code\modules\admin\antag_tokens.dm"
#include "monkestation\code\modules\admin\camera_view.dm"
#include "monkestation\code\modules\admin\event_tokens.dm"
#include "monkestation\code\modules\admin\plushies\admin_plushies.dm"
#include "monkestation\code\modules\admin\smites\choke_on_this.dm"
#include "monkestation\code\modules\admin\smites\dagothkillsmite.dm"
#include "monkestation\code\modules\admin\smites\dagothstripsmite.dm"
Expand Down
Loading