mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Resolve some issues that the compiler doesn't spot
This commit is contained in:
@@ -43,7 +43,6 @@ GLOBAL_LIST_EMPTY(safes)
|
||||
tumbler_2_open = rand(0, 99)
|
||||
|
||||
tumbler_1_pos = rand(0, 99)
|
||||
do
|
||||
tumbler_1_open = rand(0, 99)
|
||||
while(tumbler_1_open > Wrap(tumbler_2_open +48, 0, 100) && tumbler_1_open < Wrap(tumbler_2_open + 53, 0, 100)) // prevents a combination that wont open
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user