Page 1 of 1

2Fnoed: import * sentences are not good for code

PostPosted: 18 Mar 2012, 05:45
by Max mtg
I just want to remind you that according to forge coding policies lines like
Code: Select all
import forge.*;
Are not welcome. You should import each class individually
(Reference: http://svn.slightlymagic.net/websvn/dif ... &peg=14792 )


Also, at 14793 you made Zeppelin add 3 life to human in every game during quest, though it was intended to add lives only in "quest games" that is actual 'challenge' mode.

Re: 2Fnoed: import * sentences are not allowed

PostPosted: 18 Mar 2012, 07:51
by Fnoed
Fixed both problems.