Skip to content

Commit

Permalink
fixed activity draw
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheinakajima committed Jan 24, 2025
1 parent 639e878 commit 126cca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_digital_being/activities/activity_draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@activity(
name="draw",
energy_cost=0.6,
cooldown=1000, # 2 hours
cooldown=3600,
required_skills=["image_generation"],
)
class DrawActivity(ActivityBase):
Expand Down

0 comments on commit 126cca1

Please sign in to comment.