mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user