Removed Gas Mixer ID restriction. Changed sleepy pen to reflect chemical changes. Made High precision gas extractor in toxins accessible.

This commit is contained in:
Ren Erthilo
2012-03-21 05:28:20 +00:00
parent 8ab66b0852
commit f6cc8ac955
4 changed files with 5137 additions and 5138 deletions
@@ -5,7 +5,7 @@ obj/machinery/atmospherics/trinary/mixer
name = "Gas mixer"
req_access = list(access_atmospherics)
// req_access = list(access_atmospherics)
var/on = 0
+1 -1
View File
@@ -223,7 +223,7 @@
if (src.occupant)
usr << "\red <B>The cryo cell is already occupied!</B>"
return
if (M.abiotic2())
if (M.abiotic())
usr << "\red Subject may not have abiotic items on."
return
if(!src.node)
+3 -3
View File
@@ -185,10 +185,10 @@
return
/obj/item/weapon/pen/sleepypen/New()
var/datum/reagents/R = new/datum/reagents(150) //Used to be 300
var/datum/reagents/R = new/datum/reagents(60) //Used to be 300
reagents = R
R.my_atom = src
R.add_reagent("stoxin", 150)
R.add_reagent("stoxin", 60)
..()
return
@@ -197,7 +197,7 @@
return
..()
if(reagents.total_volume)
if(M.reagents) reagents.trans_to(M, 50) //used to be 150
if(M.reagents) reagents.trans_to(M, 20) //used to be 150
return
//NEW STYLE PARAPEN
+5132 -5133
View File
File diff suppressed because it is too large Load Diff