Changed the fix in commit 583105a to an option (#412)

This commit is contained in:
NovaRain
2021-11-06 22:44:14 +08:00
parent 163b9ed5d3
commit d4f011913c
4 changed files with 22 additions and 14 deletions
+5
View File
@@ -620,6 +620,11 @@ AttackComplexFix=0
;Note that enabling this option may cause unexpected results with some existing game scripts
CreateObjectSidFix=0
;Set to 1 to make grave type containers in the open state run the 'use_p_proc' procedure of attached script when being used
;By default, using open graves does not run the 'use_p_proc' procedure of attached script like other containers
;Note that enabling this option will cause problems for many existing graves
GraveUseProcFix=0
;Set to 1 to fix the issue with the division operator treating negative integers as unsigned
;Note: To perform the unsigned integer division, use the new 'div' operator
DivisionOperatorFix=1