This commit is contained in:
Fox McCloud
2019-08-11 15:33:00 -04:00
parent ee0447dad6
commit f9c0fd2d25
4 changed files with 64 additions and 8 deletions
+3 -2
View File
@@ -372,8 +372,9 @@ datum/tech/robotics
var/default_desc = "A disk for storing device design data for construction in lathes."
/obj/item/disk/design_disk/New()
src.pixel_x = rand(-5.0, 5)
src.pixel_y = rand(-5.0, 5)
..()
pixel_x = rand(-5, 5)
pixel_y = rand(-5, 5)
/obj/item/disk/design_disk/proc/load_blueprint(datum/design/D)
name = "[default_name] \[[D]\]"