mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Merge pull request #15543 from BlackMajor/patch-1
Byond lists start at 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user