Merge pull request #2222 from SpadesNeil/ammo-mag-pixel-offset

Ammo mags offset when spawned
This commit is contained in:
Yoshax
2016-07-30 23:21:47 +01:00
committed by GitHub

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)