diff options
| author | Michael <[email protected]> | 2017-06-28 21:53:47 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-28 21:53:47 -0400 |
| commit | 95086532dcebbe7aeb3b900364afc5b3146e0910 (patch) | |
| tree | bb313a8f76c99fbc0b2a8ad92287fdf272a93fa8 /ShiftOS.WinForms/Viruses/CPLeach.cs | |
| parent | 0a64113fc5d99278afd06e246416fb4894a5e143 (diff) | |
| download | shiftos_thereturn-95086532dcebbe7aeb3b900364afc5b3146e0910.tar.gz shiftos_thereturn-95086532dcebbe7aeb3b900364afc5b3146e0910.tar.bz2 shiftos_thereturn-95086532dcebbe7aeb3b900364afc5b3146e0910.zip | |
make the virus accessible
Diffstat (limited to 'ShiftOS.WinForms/Viruses/CPLeach.cs')
| -rw-r--r-- | ShiftOS.WinForms/Viruses/CPLeach.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Viruses/CPLeach.cs b/ShiftOS.WinForms/Viruses/CPLeach.cs index d9780ee..f9be0a2 100644 --- a/ShiftOS.WinForms/Viruses/CPLeach.cs +++ b/ShiftOS.WinForms/Viruses/CPLeach.cs @@ -7,6 +7,7 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Viruses { + [Virus("cpleach", "Codepoint Leach", "Every 6 seconds, a certain amount of Codepoints is taken from the user until they're left with nothing. The amount taken away each time is determined by the threat level.")] public class CPLeach : IVirus { public System.Windows.Forms.Timer Timer = null; |
