Skip to content

Commit 39e01d9

Browse files
authored
chore: Update retail behaviour preservation flags (#3065)
1 parent 896d7c3 commit 39e01d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Core/GameEngine/Include/Common/GameDefines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
#endif
4949

5050
#ifndef PRESERVE_NO_XP_FROM_POISON_KILLS
51-
#define PRESERVE_NO_XP_FROM_POISON_KILLS (1)
51+
#define PRESERVE_NO_XP_FROM_POISON_KILLS (0) // The fix for this unfavorable behavior was approved by the Game Design Committee.
5252
#endif
5353

5454
#ifndef PRESERVE_OCCUPANT_DETECTION_VIA_DRAG_SELECTION
55-
#define PRESERVE_OCCUPANT_DETECTION_VIA_DRAG_SELECTION (1)
55+
#define PRESERVE_OCCUPANT_DETECTION_VIA_DRAG_SELECTION (0) // The fix for this unfavorable behavior was approved by the Game Design Committee.
5656
#endif
5757

5858
#ifndef PRESERVE_PERPETUAL_HORDE_BONUS
5959
#define PRESERVE_PERPETUAL_HORDE_BONUS (1)
6060
#endif
6161

6262
#ifndef PRESERVE_PREMATURE_BATTLE_BUS_DEATH
63-
#define PRESERVE_PREMATURE_BATTLE_BUS_DEATH (1)
63+
#define PRESERVE_PREMATURE_BATTLE_BUS_DEATH (0) // The fix for this unfavorable behavior was approved by the Game Design Committee.
6464
#endif
6565

6666
#ifndef PRESERVE_RADAR_WARNING_SUPPRESSION

0 commit comments

Comments
 (0)