Adds confetti shot (#21462)

* CONFETTI CANNON

* proc and contra review

* sprite names

* nukie uplink and lewcc suggestions

* chemical fixed

* fixes party drums cost and chem explosion sound

* Henri review

* renames a datum because I copypasted shit

* changes a name because I copy pasted

* removes an extra space

* things I forgot + bundles + recipe change

* Oopsie + tones down the volume of confetti
This commit is contained in:
DGamerL
2023-07-07 13:44:55 +01:00
committed by GitHub
parent e0ebc106d1
commit 887a5111df
11 changed files with 118 additions and 9 deletions
@@ -680,3 +680,23 @@
reference = "DEPCN"
excludefrom = list()
uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
// ---------------------------------
// NUKIE ONLY POINTLESS BADASSERY
// ---------------------------------
/datum/uplink_item/badass/confettidrum
name = "Bulldog - 12g party Magazine"
desc = "An alternative 12-round confetti magazine for use in the Bulldog shotgun. Why? Because we can - Honkco Industries"
item = /obj/item/ammo_box/magazine/m12g/confetti
reference = "12CS"
uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
cost = 1
/datum/uplink_item/badass/confetti_party_pack
name = "Nuclear party pack"
desc = "A dufflebag filled with hilarious equipment! Comes with free confetti grenades and a cap gun!"
item = /obj/item/storage/backpack/duffel/syndie/party
reference = "SPP"
uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
cost = 10