Removed deprecated "register" keyword

Minor edits to documents.
This commit is contained in:
NovaRain
2023-03-10 21:01:21 +08:00
parent 30802e8e21
commit 656b122f3e
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -757,7 +757,7 @@
- makes the specified item (pid) an explosive item like Dynamite or Plastic Explosives
- `maxDamage` is optional
- `activePid` is for an item with an active timer, can be the same as the `pid` argument
- the item proto must be "Misc Item" type and have "Use" action flag
- the item proto must be the **Misc Item** type and have the **Use** action flag
- minDamage/maxDamage are the minimum and maximum explosion damage
- using the function on an item that is already set as an explosive will override its previous settings
- NOTE: this function does not work for pids of Dynamite and Plastic Explosives