Merge pull request #8616 from VOREStation/upstream-merge-7410

[MIRROR] Fixes Arachnophobia Exploit
This commit is contained in:
Novacat
2020-08-07 00:29:22 -04:00
committed by GitHub
3 changed files with 70 additions and 49 deletions

View File

@@ -431,4 +431,6 @@
#define EXAMINE_SKIPLEGS 0x0080
#define EXAMINE_SKIPFEET 0x0100
#define MAX_NUTRITION 5000 //VOREStation Edit
#define MAX_NUTRITION 5000 //VOREStation Edit
#define FAKE_INVIS_ALPHA_THRESHOLD 127 // If something's alpha var is at or below this number, certain things will pretend it is invisible.