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

Syndicate bomb plushie traitor item #2571

Merged
merged 6 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions nsv13/code/game/objects/items/nsv13_plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
attack_verb = list("bumped", "rammed", "missiled")
squeak_override = list('nsv13/sound/effects/fighters/autocannon.ogg'=1)

/obj/item/toy/plush/lfighter/synlfighter
name = "Syndicate light fighter plush"
desc = "An adorable stuffed toy shaped like a Su-818 Rapier light fighter with Syndicate livery."
icon_state = "synlightfighter"

/obj/item/toy/plush/transport
name = "utility craft plush"
desc = "An adorable stuffed toy shaped like a Su-437 Sabre utility vessel."
Expand Down
8 changes: 8 additions & 0 deletions nsv13/code/game/objects/items/storage_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@
new /obj/item/clothing/gloves/maid(src)
new /obj/item/clothing/under/costume/maid(src)

/obj/item/storage/box/syndie_kit/plushie
name = "\improper DIY plushbomb kit"

/obj/item/storage/box/syndie_kit/plushie/PopulateContents()
new /obj/item/toy/plush/lfighter/synlfighter(src)
new /obj/item/kitchen/knife/combat/survival(src)
new /obj/item/grenade/syndieminibomb(src)
new /obj/item/screwdriver(src)
8 changes: 8 additions & 0 deletions nsv13/code/modules/uplink/uplink_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@
cost = 20
cant_discount = TRUE
surplus = 0

/datum/uplink_item/explosives/fighterplushie
name = "Plushie Bomb Kit"
desc = "A kit with all of the tools and items required to assemble your very own plushie bomb! \
Take out the unsuspecting Nanotrasen scum with a gift they'll never expect. \
Contains a Syndicate light fighter plush, syndicate minibomb, screwdriver and a survival knife"
item = /obj/item/storage/box/syndie_kit/plushie
cost = 8
Binary file modified nsv13/icons/obj/custom_plushes.dmi
Binary file not shown.
Loading