mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user