[MIRROR] some more new to init (#10270)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-01 18:31:24 -07:00
committed by GitHub
parent 3444e3e21d
commit ad0915a957
116 changed files with 574 additions and 657 deletions

View File

@@ -19,7 +19,7 @@
var/mob/living/carbon/human/target
var/list/remotes = list()
/obj/machinery/petrification/New()
/obj/machinery/petrification/Initialize(mapload)
. = ..()
if(!pixel_x && !pixel_y)
pixel_x = (dir & 3) ? 0 : (dir == 4 ? 26 : -26)