mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Adds Slipocalypse Clusterbang for 2tc.
This commit is contained in:
@@ -120,3 +120,7 @@
|
||||
/obj/item/weapon/grenade/clusterbuster/spawner_spesscarp
|
||||
name = "Invasion of the Space Carps"
|
||||
payload = /obj/item/weapon/grenade/spawnergrenade/spesscarp
|
||||
|
||||
/obj/item/weapon/grenade/clusterbuster/soap
|
||||
name = "Slipocalypse"
|
||||
payload = /obj/item/weapon/soap/syndie
|
||||
|
||||
@@ -633,6 +633,12 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
|
||||
item = /obj/item/toy/carpplushie/dehy_carp
|
||||
cost = 1
|
||||
|
||||
/datum/uplink_item/stealthy_weapons/soap_clusterbang
|
||||
name = "Slipocalypse Clusterbang"
|
||||
desc = "A traditional clusterbang grenade with a payload consisting entirely of Syndicate soap. Useful in any scenario!"
|
||||
item = /obj/item/weapon/grenade/clusterbuster/soap
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/stealthy_weapons/door_charge
|
||||
name = "Explosive Airlock Charge"
|
||||
desc = "A small, easily concealable device. It can be applied to an open airlock panel, booby-trapping it. \
|
||||
|
||||
Reference in New Issue
Block a user