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
+10
View File
@@ -423,6 +423,16 @@
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/confettishot
name = "Confetti Shot"
result = list(/obj/item/ammo_casing/shotgun/confetti)
reqs = list(/obj/item/ammo_casing/shotgun/techshell = 1,
/datum/reagent/confetti = 10)
tools = list(TOOL_SCREWDRIVER)
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/ishotgun
name = "Improvised Shotgun"
result = list(/obj/item/gun/projectile/revolver/doublebarrel/improvised)