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
🆑
add: Adds a new plushie to the badass section in uplink.
/🆑
This commit is contained in:
Yayyay007
2024-12-25 10:35:55 -08:00
committed by GitHub
parent 9a77e919b4
commit bb840efbfc
2 changed files with 6 additions and 0 deletions
@@ -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
+1
View File
@@ -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"