Jeremiah
1443ef79d3
Replaces a number of deciseconds into SECONDS ( #82436 )
...
## About The Pull Request
Using these search regexes:
Number ending in 0:
`do_after\((\w+), (\d+)0,`
Replace:
`do_after($1, $2 SECONDS,`
Single digit number:
`do_after\((\w+), [1-9],`
replace:
`do_after($1, 0.$2 SECONDS,`
Double:
`do_after\((\w+), (\d)([1-9]),`
Replace:
`do_after($1, $2.$3 SECONDS,`
## Why It's Good For The Game
Code readability
2024-04-04 18:56:08 -06:00
..
2024-04-02 21:45:33 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:55:51 -06:00
2024-03-27 15:35:07 +01:00
2024-04-04 18:56:08 -06:00
2024-03-27 16:01:56 -06:00
2024-04-02 19:38:59 +02:00
2024-04-03 20:36:28 -06:00
2024-04-04 18:56:08 -06:00
2024-03-29 13:55:04 +01:00
2024-04-04 18:55:51 -06:00
2024-03-29 17:42:09 -06:00
2024-04-04 14:22:48 +00:00
2024-03-25 17:25:04 +01:00
2024-04-04 18:55:51 -06:00
2024-04-04 18:55:51 -06:00
2024-04-04 18:55:51 -06:00
2024-03-29 22:26:35 -06:00
2024-04-04 18:55:51 -06:00
2024-04-04 18:55:51 -06:00
2024-03-26 15:28:58 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:56:08 -06:00
2024-03-27 16:40:52 -06:00
2024-03-28 21:53:03 +00:00
2024-04-04 18:55:51 -06:00
2024-03-27 16:40:52 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:55:51 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:56:08 -06:00
2024-03-30 16:40:21 +01:00
2024-04-04 18:56:08 -06:00
2024-03-26 15:28:58 -06:00
2024-04-04 18:56:08 -06:00
2024-03-25 10:49:19 -04:00
2024-04-04 18:55:51 -06:00
2024-04-02 05:32:46 -04:00
2024-03-31 17:00:27 +02:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:56:08 -06:00
2024-04-04 18:55:51 -06:00