Moves some list initializations to New

Fixes missing ..() calls in New()
This commit is contained in:
AnturK
2016-05-29 14:11:48 +02:00
committed by AnturK
parent 0187de935d
commit 19eb97ae18
41 changed files with 74 additions and 56 deletions
+2
View File
@@ -233,6 +233,7 @@
qdel(src)
/obj/item/weapon/ore/New()
..()
pixel_x = rand(0,16)-8
pixel_y = rand(0,8)-8
@@ -259,6 +260,7 @@
var/value = 1
/obj/item/weapon/coin/New()
..()
pixel_x = rand(0,16)-8
pixel_y = rand(0,8)-8