Basepixels (#54652)

This commit is contained in:
Rohesie
2020-10-29 00:31:13 -03:00
committed by GitHub
parent 452e54f953
commit c55bb1b6c8
72 changed files with 226 additions and 164 deletions

View File

@@ -24,8 +24,8 @@
/obj/item/computer_hardware/New(obj/L)
..()
pixel_x = rand(-8, 8)
pixel_y = rand(-8, 8)
pixel_x = base_pixel_x + rand(-8, 8)
pixel_y = base_pixel_y + rand(-8, 8)
/obj/item/computer_hardware/Destroy()
if(holder)