mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
9156a08bf0
commit
55d696e503
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user