mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user