diff options
| author | Ritabrata Das <[email protected]> | 2025-02-17 20:52:38 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2025-02-17 20:52:38 +0530 |
| commit | d2bd9599c29f9d77a14a7381a2046585f701d4c6 (patch) | |
| tree | 610d8afd2a0a2a96d93f085e5c10a88a8f20eb3c /plugins/smoke_on_damage | |
| parent | ccadc5866499e6779e3c964de6e4556ab1eaf51e (diff) | |
Add midair refueling plugin
Diffstat (limited to 'plugins/smoke_on_damage')
| -rw-r--r-- | plugins/smoke_on_damage/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/smoke_on_damage/Plugin.py b/plugins/smoke_on_damage/Plugin.py index 08c184b..12effc8 100644 --- a/plugins/smoke_on_damage/Plugin.py +++ b/plugins/smoke_on_damage/Plugin.py @@ -1,4 +1,4 @@ -"""TThis plugin will cause the aircraft to emit smoke if it's health is below a certain threshold. +"""This plugin will cause the aircraft to emit smoke if it's health is below a certain threshold. It is also an example of a plugin as a folder/module. This can be used as a basis for more complex plugins that may need multiple files.""" from lib.PacketManager.packets import FSNETCMD_AIRCMD, FSNETCMD_AIRPLANESTATE, FSNETCMD_TEXTMESSAGE |
