Ports precision placement of items

This commit is contained in:
Atermonera
2020-02-21 23:34:56 -08:00
committed by VirgoBot
parent de0565ca60
commit 11eed81b92
43 changed files with 190 additions and 56 deletions

View File

@@ -225,13 +225,13 @@ research holder datum.
icon = 'icons/obj/cloning.dmi'
icon_state = "datadisk2"
item_state = "card-id"
randpixel = 5
w_class = ITEMSIZE_SMALL
matter = list(DEFAULT_WALL_MATERIAL = 30, "glass" = 10)
var/datum/tech/stored
/obj/item/weapon/disk/tech_disk/New()
pixel_x = rand(-5.0, 5)
pixel_y = rand(-5.0, 5)
randpixel_xy()
/obj/item/weapon/disk/design_disk
name = "component design disk"
@@ -239,10 +239,10 @@ research holder datum.
icon = 'icons/obj/cloning.dmi'
icon_state = "datadisk2"
item_state = "card-id"
randpixel = 5
w_class = ITEMSIZE_SMALL
matter = list(DEFAULT_WALL_MATERIAL = 30, "glass" = 10)
var/datum/design/blueprint
/obj/item/weapon/disk/design_disk/New()
pixel_x = rand(-5.0, 5)
pixel_y = rand(-5.0, 5)
randpixel_xy()