Initial commit
Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/en6_draw.nss
Normal file
9
_module/nss/en6_draw.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "x0_i0_deckmany"
|
||||
|
||||
void main()
|
||||
{
|
||||
if (Random(3)==1)
|
||||
DoDeckDrawNegative(OBJECT_SELF, 0);
|
||||
else
|
||||
DoDeckDrawPositive(OBJECT_SELF, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user