[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 22:10:59 +01:00
committed by GitHub
co-authored by Kashargul
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions
@@ -102,8 +102,8 @@
hackguard = 5
codelen = 3
/obj/structure/closet/crate/secure/lootsafe/numberlock/New()
..()
/obj/structure/closet/crate/secure/lootsafe/numberlock/Initialize(mapload)
. = ..()
var/list/digits = list("1", "2", "3", "4", "5", "6", "7", "8", "9", "0")
for(var/i in 1 to codelen)
@@ -203,8 +203,8 @@
access = list(150)
/obj/structure/closet/crate/secure/lootsafe/devillock/New()
..()
/obj/structure/closet/crate/secure/lootsafe/devillock/Initialize(mapload)
. = ..()
var/list/digits = list("1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z")
for(var/i in 1 to codelen)
@@ -109,8 +109,8 @@
desc = "A strange plant."
icon_state = "tyrflora"
/obj/structure/flora/tyr/flowers/New()
..()
/obj/structure/flora/tyr/flowers/Initialize(mapload)
. = ..()
icon_state = "tyrflora[rand(1, 5)]gb"
//tier 2