Skip to content

Commit

Permalink
Syndicate bomb plushie traitor item (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie authored Nov 24, 2023
1 parent bd41cac commit b09b8bb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
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.

0 comments on commit b09b8bb

Please sign in to comment.