Feature - Implemented _borrowedTimeUsed

Catch-22

Active member
Howdy,

I think the title pretty much says it all?

Could we get a _borrowedTimeUsed daily variable?

Code:
public static final int BORROWED_TIME = 5232;
in ItemPool.java

and
Code:
case ItemPool.BORROWED_TIME :
			Preferences.setBoolean( "_borrowedTimeUsed", true );
			return;
in UseItemRequest.java should do it.

Regards,

Catch-22
 
Top