mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds Fragmentation Grenades to the Uplink (#21726)
* boom boom pow * ctrl + c / ctrl + v is bad
This commit is contained in:
@@ -374,7 +374,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/storage/box/syndie_kit/c4
|
||||
cost = 4
|
||||
|
||||
|
||||
/datum/uplink_item/explosives/syndicate_minibomb
|
||||
name = "Syndicate Minibomb"
|
||||
desc = "The minibomb is a grenade with a five-second fuse."
|
||||
@@ -382,6 +381,20 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/grenade/syndieminibomb
|
||||
cost = 6
|
||||
|
||||
/datum/uplink_item/explosives/frag_grenade
|
||||
name = "Fragmentation Grenade"
|
||||
desc = "A frag grenade. Upon detonation, releases shrapnel that can embed in nearby victims."
|
||||
reference = "FG"
|
||||
item = /obj/item/grenade/frag
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/explosives/frag_grenade_pack
|
||||
name = "Pack of 5 Fragmentation Grenades"
|
||||
desc = "A box of 5 frag grenades. Upon detonation, releases shrapnel that can embed in nearby victims. And it seems you'll have a LOT of victims."
|
||||
reference = "FGP"
|
||||
item = /obj/item/storage/box/syndie_kit/frag_grenades
|
||||
cost = 8
|
||||
|
||||
/datum/uplink_item/explosives/pizza_bomb
|
||||
name = "Pizza Bomb"
|
||||
desc = "A pizza box with a bomb taped inside of it. The timer needs to be set by opening the box; afterwards, opening the box again will trigger the detonation."
|
||||
|
||||
Reference in New Issue
Block a user