New Content - Implemented Pantsgiving

r13113 adds count of turns used as _pantsgivingCount.

We don't do anything with this yet, but the following will be true :
If _pantsgivingCount >= 500, 3 - _pantsgivingFullness fullness is due.
Otherwise if _pantsgivingCount >= 50, 2 - _pantsgivingFullness fullness is due.
Otherwise if _pantsgivingCount >= 5, 1 - _pantsgivingFullness fullness is due.
 
You can add a custom deed that shows "_pantsgivingCrumbs". In Preferences -> Daily Deeds -> add cutom, choose "- Text" and use the following text:
Code:
Pantsgiving: |_pantsgivingCrumbs|/9

By the way, the Daily Deeds is a panel. As such it can be given a whole tab to itself in the main GUI.
 
You can add a custom deed that shows "_pantsgivingCrumbs". In Preferences -> Daily Deeds -> add cutom, choose "- Text" and use the following text:
Code:
Pantsgiving: |_pantsgivingCrumbs|/9

By the way, the Daily Deeds is a panel. As such it can be given a whole tab to itself in the main GUI.

You probably want to replace 9 with 10 there, but otherwise that looks good.
 
If that is true, the 10th item is very rare or requires many, many uses. Did you get lint that day?
 
Those hundreds of uses must be the key to a tenth item, 'cause I've used it a good bit and only gotten 9.
 
Back
Top