Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"

This commit is contained in:
Novacat
2022-08-27 08:49:56 -04:00
committed by GitHub
parent 0be7af4774
commit 1aa4c73e8d
599 changed files with 3329 additions and 4983 deletions
+10 -10
View File
@@ -9,8 +9,8 @@
maxcharge = 500
matter = list(MAT_STEEL = 700, MAT_GLASS = 40)
/obj/item/weapon/cell/crap/empty/Initialize()
. = ..()
/obj/item/weapon/cell/crap/empty/New()
..()
charge = 0
/*
@@ -23,8 +23,8 @@
maxcharge = 600 //600 max charge / 100 charge per shot = six shots
matter = list(MAT_STEEL = 700, MAT_GLASS = 40)
/obj/item/weapon/cell/secborg/empty/Initialize()
. = ..()
/obj/item/weapon/cell/secborg/empty/New()
..()
charge = 0
update_icon()
@@ -48,8 +48,8 @@
maxcharge = 10000
matter = list(MAT_STEEL = 700, MAT_GLASS = 60)
/obj/item/weapon/cell/high/empty/Initialize()
. = ..()
/obj/item/weapon/cell/high/empty/New()
..()
charge = 0
update_icon()
@@ -63,8 +63,8 @@
maxcharge = 20000
matter = list(MAT_STEEL = 700, MAT_GLASS = 70)
/obj/item/weapon/cell/super/empty/Initialize()
. = ..()
/obj/item/weapon/cell/super/empty/New()
..()
charge = 0
update_icon()
@@ -78,8 +78,8 @@
maxcharge = 30000
matter = list(MAT_STEEL = 700, MAT_GLASS = 80)
/obj/item/weapon/cell/hyper/empty/Initialize()
. = ..()
/obj/item/weapon/cell/hyper/empty/New()
..()
charge = 0
update_icon()