Add 15 death delay to TSD Challenge modes (#753)

* Add 15 death delay to tsd_e

* Add 15 death delay to tsd_h

* Add 15 death delay to tsd_u
This commit is contained in:
NOT_A_ROBOT
2022-09-27 18:20:59 +07:00
committed by GitHub
parent 339b53115a
commit 139e2e14c4
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
return{
env={
drop=120,lock=1e99,
hang=15,
infHold=true,
ospin=false,
eventSet='tsd_e',

View File

@@ -1,6 +1,7 @@
return{
env={
drop=60,lock=60,
hang=15,
freshLimit=15,
ospin=false,
eventSet='tsd_h',

View File

@@ -1,6 +1,7 @@
return{
env={
drop=60,lock=60,
hang=15,
freshLimit=15,
ospin=false,
eventSet='tsd_u',