mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Switch around random calls
This commit is contained in:
@@ -38,11 +38,11 @@ GLOBAL_LIST_EMPTY(safes)
|
||||
|
||||
/obj/structure/safe/New()
|
||||
GLOB.safes += src
|
||||
tumbler_2_pos = rand(0, 71) // first value in the combination set first
|
||||
tumbler_2_open = rand(0, 71)
|
||||
|
||||
tumbler_1_pos = rand(0, 71)
|
||||
tumbler_1_open = rand(0, 71)
|
||||
|
||||
tumbler_2_pos = rand(0, 71) // first value in the combination set first
|
||||
tumbler_2_open = rand(0, 71)
|
||||
|
||||
/obj/structure/safe/Initialize()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user