diff --git a/code/game/objects/items/weapons/grenades/clusterbuster.dm b/code/game/objects/items/weapons/grenades/clusterbuster.dm index 31576237a04..fe175995dfa 100644 --- a/code/game/objects/items/weapons/grenades/clusterbuster.dm +++ b/code/game/objects/items/weapons/grenades/clusterbuster.dm @@ -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 diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 5a37128f9b2..a66b6445d52 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -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. \