mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Inseparable boolean field for items changed to UINT8
0 = removable (as before) 1 = inseparable (as before) 2+ = replaceable = inseparable, but can be replaced by a similar item git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5247 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -806,7 +806,11 @@ typedef struct
|
||||
BOOLEAN defaultundroppable;
|
||||
BOOLEAN unaerodynamic;
|
||||
BOOLEAN electronic;
|
||||
BOOLEAN inseparable;
|
||||
UINT8 inseparable; //Madd:Normally, an inseparable attachment can never be removed.
|
||||
//But now we will make it so that these items can be replaced, but still not removed directly.
|
||||
//0 = removeable (as before)
|
||||
//1 = inseparable (as before)
|
||||
//2 = inseparable, but replaceable
|
||||
|
||||
CHAR16 szLongItemName[80];
|
||||
CHAR16 szItemDesc[400];
|
||||
|
||||
Reference in New Issue
Block a user