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

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()

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

View File

@@ -26,7 +26,7 @@
<body>
<h2>We have a forum! <a href="http://tgstation13.servehttp.com">http://tgstation13.servehttp.com</a></h2>
<h2>Google Code project page: <a href="http://tgstation13.googlecode.com/">http://tgstation13.googlecode.com/</a></h2>
<h3>Google Code project page: <a href="http://tgstation13.googlecode.com/">http://tgstation13.googlecode.com/</a></h3>
<img src="postcardsmall.jpg" alt="Goon Station 13" />
<h5>Goon Station 13 <a href="#license"><img src="somerights20.png" alt="Creative Commons License" /></a></h1>
@@ -41,6 +41,17 @@
<p><strong>Visit our IRC channel, #tgstation13 on irc.rizon.net</strong></p>
<h2>Changelog</h2>
<h3>Sunday, August 29, 05:09</h3>
<ul>
<li>The Robotics Crate no longer exists. Quartermasters can now order a MULEbot crate for 20 points, or a Robotics Assembly crate for 10 points. The latter provides 4 flashes, 3 proximity sensors, two 10k charge power cells and an electrical toolbox, and requires a roboticist or a head of staff to open.</li>
<li>Traitor AIs no longer lose their Law 0 in the event of power loss.</li>
<li>Administrators can now toggle the availiabilty of their right-click verbs to prevent accidental usage while playing.</li>
<li>Tool Storage vending machine is now a proper object. (code cleanup)</li>
<li>Buckets are now available from autolathes.</li>
<li>Four generic remote signaller PDA cartridges are now stocked in the Tool Storage vending machine.</li>
<li>AI status display density adjusted.</li>
</ul>
<h3>Thursday, August 26, 21:07</h3>
<ul>
<li><strong>Open Source Release</strong> Thanks to Mport for releasable singularity code.</li>
@@ -55,6 +66,7 @@
<li>The bar now has a space piano with which you can entertain and annoy the crew.</li>
<li><strong>LIBRARY</strong> A library has been added to the station in the escape arm in order to educate the crew. The new Librarian job is available to manage it. Crewmembers can request and read books, or write and bind their own books for upload to a persistent database.</li>
<li>The supply of flashbangs available from Security has been reduced to cut down on people constantly flashbanging the escape shuttle.</li>
<li>InteliCards are available in various locations to allow the retrieval of valuable AI personality data in the event of catastrophic station damage.</li>
</ul>
<h3>Friday, August 06, 20:32</h3>