I returned the Rigs slow down to 2 points.

Went though the Autolathe and cleaned its item order up a little.

Sinks! Sinks now fill glasses/cups and beaker/buckets 10 units of water at a time. As soon as I can (given how much map update keep springing up every five seconds) I'll add a sink to hydro, and take out the water cooler in the kitchen.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2085 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-09-02 00:55:12 +00:00
parent 6be6c3482c
commit 2566168d22
4 changed files with 21 additions and 14 deletions
+1
View File
@@ -604,6 +604,7 @@
/obj/table,
/obj/secure_closet,
/obj/closet,
/obj/machinery/sink,
/obj/item/weapon/storage,
/obj/machinery/atmospherics/unary/cryo_cell,
/obj/item/weapon/chem_grenade,
+1 -1
View File
@@ -17,7 +17,7 @@
item_state = "rig_suit"
radiation_protection = 0.50
protective_temperature = 5000 //For not dieing near a fire, but still not being great in a full inferno
slowdown = 1.5
slowdown = 2
armor = list(melee = 40, bullet = 5, laser = 20, taser = 5, bomb = 35, bio = 50, rad = 50)
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank/emergency_oxygen,/obj/item/weapon/satchel,/obj/item/device/t_scanner)