From bb840efbfcf155285c16520bb01e0d625fe79f8b Mon Sep 17 00:00:00 2001 From: Yayyay007 <145062394+rintherat@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:35:55 -0500 Subject: [PATCH] Syndicate Support Plushie (#2757) ## About The Pull Request Help, I'm in maintenance and Security is bullying me, I need a plush-sized friend before they bludgeon me to death. ## Why It's Good For The Game Plush. ## Proof Of Testing Compiles and worked on a private server. ## Changelog :cl: add: Adds a new plushie to the badass section in uplink. /:cl: --- modular_zubbers/code/modules/uplink/uplink_items/badass.dm | 5 +++++ tgstation.dme | 1 + 2 files changed, 6 insertions(+) create mode 100644 modular_zubbers/code/modules/uplink/uplink_items/badass.dm diff --git a/modular_zubbers/code/modules/uplink/uplink_items/badass.dm b/modular_zubbers/code/modules/uplink/uplink_items/badass.dm new file mode 100644 index 00000000000..e8707c1ba01 --- /dev/null +++ b/modular_zubbers/code/modules/uplink/uplink_items/badass.dm @@ -0,0 +1,5 @@ +/datum/uplink_item/badass/plushie + name = "Syndicate Support Plushie" + desc = "For agents in the field requiring urgent emotional support." + item = /obj/item/toy/plush/nukeplushie + cost = 1 diff --git a/tgstation.dme b/tgstation.dme index 0788817e581..9ad5e6df245 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -9343,6 +9343,7 @@ #include "modular_zubbers\code\modules\tarkon\code\misc-fluff\research.dm" #include "modular_zubbers\code\modules\taur_mechanics\serpentine_taur.dm" #include "modular_zubbers\code\modules\title_screen\code\title_screen_subsystem.dm" +#include "modular_zubbers\code\modules\uplink\uplink_items\badass.dm" #include "modular_zubbers\code\modules\vehicles\mech_fabricator.dm" #include "modular_zubbers\code\modules\vending\armadyne.dm" #include "modular_zubbers\code\modules\vending\clothmate.dm"