Merge pull request #15543 from BlackMajor/patch-1

Byond lists start at 1
This commit is contained in:
Heroman3003
2023-11-29 05:04:03 +10:00
committed by GitHub
+4 -4
View File
@@ -5,10 +5,10 @@
*/
// What each index means:
#define DNA_OFF_LOWERBOUND 0
#define DNA_OFF_UPPERBOUND 1
#define DNA_ON_LOWERBOUND 2
#define DNA_ON_UPPERBOUND 3
#define DNA_OFF_LOWERBOUND 1
#define DNA_OFF_UPPERBOUND 2
#define DNA_ON_LOWERBOUND 3
#define DNA_ON_UPPERBOUND 4
// Define block bounds (off-low,off-high,on-low,on-high)
// Used in setupgame.dm