mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
removed commented out old stealth code
This commit is contained in:
parent
4a0f165af8
commit
180d87e9c7
1 changed files with 0 additions and 3 deletions
|
|
@ -1493,9 +1493,6 @@ api.wrap = (user, main=true) ->
|
|||
|
||||
{id, type, completed, repeat} = task
|
||||
|
||||
# return if (type is 'daily') && !completed && user.stats.buffs.stealth && user.stats.buffs.stealth-- # User "evades" a certain number of uncompleted dailies
|
||||
|
||||
|
||||
# Deduct experience for missed Daily tasks, but not for Todos (just increase todo's value)
|
||||
EvadeTask = 0
|
||||
scheduleMisses = daysMissed
|
||||
|
|
|
|||
Loading…
Reference in a new issue