- Feb 20, 2018
- 607
- 391
The code that would increment strenght is in 0.29b
but you are right the dumbbell is removed at night because no specific code exclude it explicitly from the list items to remove.
Come on 0.30
Note that unchecking all in the automation setup solve the problem and make the dumbbell active so it's not blocking.
Code:
// dumbbell
<<if setup.npcInventoryHas($guests[_guestI], 'dumbbell') && $guests[_guestI].strength < 30>>
<<set $guests[_guestI].strength++>>
<</if>>
Come on 0.30
Note that unchecking all in the automation setup solve the problem and make the dumbbell active so it's not blocking.