mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
powder that makes you say yes
This commit is contained in:
@@ -234,7 +234,7 @@
|
|||||||
|
|
||||||
/obj/machinery/r_n_d/protolathe/proc/eject_materials(var/material, var/amount) // 0 amount = 0 means ejecting a full stack; -1 means eject everything
|
/obj/machinery/r_n_d/protolathe/proc/eject_materials(var/material, var/amount) // 0 amount = 0 means ejecting a full stack; -1 means eject everything
|
||||||
var/recursive = amount == -1 ? TRUE : FALSE
|
var/recursive = amount == -1 ? TRUE : FALSE
|
||||||
var/matstring = lowertext(material)
|
var/matstring = lowertext(material)
|
||||||
|
|
||||||
// 0 or null, nothing to eject
|
// 0 or null, nothing to eject
|
||||||
if(!materials[matstring])
|
if(!materials[matstring])
|
||||||
|
|||||||
Reference in New Issue
Block a user