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
@@ -97,7 +97,6 @@
duration = 15
/obj/effect/temp_visual/heal/Initialize(mapload)
. = ..()
pixel_x = rand(-12, 12)
pixel_y = rand(-9, 0)
// VOREStation Add End
@@ -54,7 +54,7 @@
/obj/effect/projectile_lighting
var/owner
/obj/effect/projectile_lighting/Initialize(var/ml, color, range, intensity, owner_key)
. = ..(ml)
/obj/effect/projectile_lighting/New(loc, color, range, intensity, owner_key)
. = ..()
set_light(range, intensity, color)
owner = owner_key