pixel_x and pixel_y now have some offset

This commit is contained in:
Spades
2016-07-28 19:57:34 -04:00
parent 0e222261dd
commit e91d0ddf29

View File

@@ -91,6 +91,8 @@
/obj/item/ammo_magazine/New()
..()
pixel_x = rand(-5, 5)
pixel_y = rand(-5, 5)
if(multiple_sprites)
initialize_magazine_icondata(src)