mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
-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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user