-Fixed broken piping in DJ station

-Added a shower unit to virology's clean airlock
-Removed access requirement for Toxins Test Chamber, as it was before
-Courtroom witness box made easier to use
-QM now has full access to the departments he commands (mining)
-Beakers, small and large can now be made/recycled in autolathes. Large beakers are significantly more expensive

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3592 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-05-14 08:30:12 +00:00
parent 6dbb95f432
commit 333ad1f318
5 changed files with 3363 additions and 3351 deletions
+4
View File
@@ -1777,6 +1777,8 @@
icon = 'chemical.dmi'
icon_state = "beaker0"
item_state = "beaker"
m_amt = 0
g_amt = 500
pickup(mob/user)
on_reagent_change(user)
@@ -1856,6 +1858,8 @@
icon = 'chemical.dmi'
icon_state = "beakerlarge"
item_state = "beaker"
m_amt = 0
g_amt = 15000
volume = 100
amount_per_transfer_from_this = 10
possible_transfer_amounts = list(5,10,15,25,30,50,100)