diff options
Diffstat (limited to 'src/elements/phot.c')
| -rw-r--r-- | src/elements/phot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/phot.c b/src/elements/phot.c index cebff96..12f0b50 100644 --- a/src/elements/phot.c +++ b/src/elements/phot.c @@ -1,6 +1,7 @@ #include <powder.h> int update_PHOT(UPDATE_FUNC_ARGS) { + if (1>rand()%10) update_PYRO(UPDATE_FUNC_SUBCALL_ARGS); // TODO return 0; |
