Adds Fragmentation Grenades to the Uplink (#21726)

* boom boom pow

* ctrl + c / ctrl + v is bad
This commit is contained in:
matttheficus
2023-07-24 15:42:11 +01:00
committed by GitHub
parent 0c4a99d73d
commit f48693ef4c
2 changed files with 21 additions and 1 deletions
+14 -1
View File
@@ -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."