mirror of
https://github.com/simtactics/servo.git
synced 2025-07-05 06:00:32 -04:00
Decision Engine section
This commit is contained in:
parent
2993056967
commit
31024f9fc5
8 changed files with 76 additions and 25 deletions
|
@ -29,8 +29,15 @@
|
|||
"metadata": {},
|
||||
"source": [
|
||||
"const int NAX_MOOD = 600;\n",
|
||||
"const int MAX_MOTIVE = 100;\n",
|
||||
"\n",
|
||||
"const int MAX_MOTIVE = 100;"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"static int MaxLimit(this int val, int max)\n",
|
||||
"{\n",
|
||||
" if (max < 0)\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue