mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Moves some list initializations to New
Fixes missing ..() calls in New()
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user