Removed robotics crate, added mulebot crate (1 mulebot) and robotics assembly crate (4x flash, 3x prox sensor, 2x 10k power cell (NEW: /obj/item/weapon/cell/robotcrate), 1x electrical toolbox). Updated changelog.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@13 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-08-29 04:17:30 +00:00
parent d4c61fd1d3
commit 0842d9b33d
3 changed files with 37 additions and 9 deletions
+3
View File
@@ -1134,6 +1134,9 @@ Total SMES charging rate should not exceed total power generation rate, or an ov
m_amt = 700
var/rigged = 0 // true if rigged to explode
/obj/item/weapon/cell/robotcrate
maxcharge = 10000
/obj/item/weapon/camera_bug/attack_self(mob/usr as mob)
var/list/cameras = new/list()
+21 -8
View File
@@ -263,16 +263,29 @@ var/supply_shuttle_points = 50
containername = "Clown Gear"
*/
/datum/supply_packs/robot
name = "Robotics Crate"
contains = list("/obj/machinery/bot/secbot",
"/obj/machinery/bot/floorbot",
"/obj/machinery/bot/cleanbot",
"/obj/machinery/bot/medbot",
"/obj/machinery/bot/mulebot")
/datum/supply_packs/mule
name = "MULEbot Crate"
contains = list("/obj/machinery/bot/mulebot")
cost = 20
containertype = "/obj/crate"
containername = "Robotics Crate"
containername = "MULEbot Crate"
/datum/supply_packs/robotics
name = "Robotics Assembly Crate"
contains = list("/obj/item/device/prox_sensor",
"/obj/item/device/prox_sensor",
"/obj/item/device/prox_sensor",
"/obj/item/weapon/storage/toolbox/electrical",
"/obj/item/device/flash",
"/obj/item/device/flash",
"/obj/item/device/flash",
"/obj/item/device/flash",
"/obj/item/weapon/cell/robotcrate",
"/obj/item/weapon/cell/robotcrate")
cost = 10
containertype = /obj/crate/secure/gear
containername = "Robotics Assembly"
access = access_robotics
//SUPPLY PACKS