mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Adds firecrackers and decoy grenades (#25923)
* boom boom pow * a few more sounds * Add different forms to uplink and prize counter * new and improved * Fuse sound or not * it's now a box and works properly. * Reviews * Minor tweaks * static list * ope * adjacency checks * angry
This commit is contained in:
@@ -111,6 +111,12 @@ GLOBAL_DATUM_INIT(global_prizes, /datum/prizes, new())
|
||||
typepath = /obj/item/ammo_box/caps
|
||||
cost = 30
|
||||
|
||||
/datum/prize_item/firecracker
|
||||
name = "Firecracker Grenade"
|
||||
desc = "A loud and obnoxious firecracker. Hold away from ears and small children."
|
||||
typepath = /obj/item/grenade/firecracker
|
||||
cost = 50
|
||||
|
||||
/datum/prize_item/wallet
|
||||
name = "Cheap Wallet"
|
||||
desc = "A cheap and big enough for standard issue ID cards."
|
||||
|
||||
Reference in New Issue
Block a user