Removed commented code in the previous commit

Edits to documents and README.md.
This commit is contained in:
NovaRain
2022-03-28 14:57:37 +08:00
parent bdb95c80ec
commit 73e1faae92
7 changed files with 16 additions and 96 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ Obj arg1 - The target object
int arg2 - skill being used
int arg3 - skill bonus from items such as first aid kits
int ret0 - overrides hard-coded handler (-1 - use engine handler, any other value - override, with a zero value having a 10% chance of removing the used medical item)
int ret0 - overrides hard-coded handler (-1 - use engine handler, any other value - override; if it is 0, there will be a 10% chance of removing the used medical item)
```
-------------------------------------------