New() goes in the trash, we've gotta Initialize()
This commit is contained in:
@@ -155,8 +155,7 @@
|
||||
/obj/item/device/autosurgeon/reviver)
|
||||
var/amount = 5
|
||||
|
||||
/obj/item/weapon/storage/box/cyber_implants/bundle/New()
|
||||
..()
|
||||
/obj/item/weapon/storage/box/cyber_implants/PopulateContents()
|
||||
var/implant
|
||||
while(contents.len <= amount)
|
||||
implant = pick(boxed)
|
||||
|
||||
Reference in New Issue
Block a user