mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 05:56:28 +01:00
Belly Modes Fix
Hopefully.... This makes the settings default to be numbing and itemweak rather than the unintentional present defaults of numbing and item-stripping that results in a loss of prey's belongings.
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
|
||||
//Addon mode flags
|
||||
#define DM_FLAG_NUMBING 0x1
|
||||
#define DM_FLAG_STRIPPING 0x2
|
||||
#define DM_FLAG_LEAVEREMAINS 0x4 //TFF 30/4/19: Ports VoreStation Remains Option - new belly mode
|
||||
#define DM_FLAG_ITEMWEAK 0x8
|
||||
#define DM_FLAG_ITEMWEAK 0x2
|
||||
#define DM_FLAG_STRIPPING 0x4
|
||||
#define DM_FLAG_LEAVEREMAINS 0x8 //TFF 30/4/19: Ports VoreStation Remains Option - new belly mode
|
||||
|
||||
// Stance for hostile mobs to be in while devouring someone.
|
||||
#define HOSTILE_STANCE_EATING 99
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheFurryFeline
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Hopefully resets bellies back to normal to have default to numbing + itemweak to prevent accidental cases of item loss with those unfamiliar with the remains addition change to defines."
|
||||
Reference in New Issue
Block a user