Merge pull request #3250 from Citadel-Station-13/upstream-merge-31387

[MIRROR] Adds a hacked autolathe subtype
This commit is contained in:
LetterJay
2017-10-09 23:01:35 -04:00
committed by GitHub
+4
View File
@@ -388,6 +388,10 @@
else
files.known_designs -= D.id
/obj/machinery/autolathe/hacked/Initialize()
. = ..()
adjust_hacked(TRUE)
//Called when the object is constructed by an autolathe
//Has a reference to the autolathe so you can do !!FUN!! things with hacked lathes
/obj/item/proc/autolathe_crafted(obj/machinery/autolathe/A)