mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #9801 from Iamgoofball/patch-3
Autolathe now spits out stuff on it's location instead of at your feet
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
if(!making || !src) return
|
if(!making || !src) return
|
||||||
|
|
||||||
//Create the desired item.
|
//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))
|
if(multiplier > 1 && istype(I, /obj/item/stack))
|
||||||
var/obj/item/stack/S = I
|
var/obj/item/stack/S = I
|
||||||
S.amount = multiplier
|
S.amount = multiplier
|
||||||
|
|||||||
Reference in New Issue
Block a user