mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
-Adds confetti cannon -Adds grenade object needed to make the cannon work -Makes the cannon printable at RnD
8 lines
366 B
Plaintext
8 lines
366 B
Plaintext
//Misc weapons
|
|
/datum/design/item/weapon/gun/launcher/confetti_cannon
|
|
desc = "Stuff it with paper and shoot! You'll be a hit at every party."
|
|
id = "confetti_cannon"
|
|
req_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 3000, "glass" = 3000)
|
|
build_path = /obj/item/weapon/gun/launcher/confetti_cannon
|
|
sort_string = "MAAVD" |