Autolathe now spits out stuff on it's location instead of at your feet

all other fabricators spit crap out on their location

why does autolathe gotta be a special snowflake

now with the proper branch
This commit is contained in:
Iamgoofball
2015-06-13 00:46:59 -07:00
parent 30909aaccd
commit 3c89b0ea18

View File

@@ -262,7 +262,7 @@
if(!making || !src) return
//Create the desired item.
var/obj/item/I = new making.path(get_step(loc, get_dir(src,usr)))
var/obj/item/I = new making.path(loc)
if(multiplier > 1 && istype(I, /obj/item/stack))
var/obj/item/stack/S = I
S.amount = multiplier