Merge pull request #8582 from Xhuis/two_devices

Adds pizza bomb
This commit is contained in:
phil235
2015-04-09 12:58:57 +02:00
6 changed files with 122 additions and 0 deletions
+7
View File
@@ -367,6 +367,13 @@ var/list/uplink_items = list()
cost = 3
surplus = 10
/datum/uplink_item/stealthy_weapons/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."
item = /obj/item/device/pizza_bomb
cost = 4
surplus = 8
// STEALTHY TOOLS
/datum/uplink_item/stealthy_tools