Skip to content

Commit

Permalink
[MIRROR] Change COGBAR_ANIMATION_TIME to seconds and not deciseconds (#…
Browse files Browse the repository at this point in the history
…2783)

* Change COGBAR_ANIMATION_TIME to seconds and not deciseconds (#82530)

Most people should not be using this define

* Change COGBAR_ANIMATION_TIME to seconds and not deciseconds

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Mothblocks <[email protected]>
  • Loading branch information
3 people authored Apr 8, 2024
1 parent 53f5cf2 commit 9823e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/cogbar.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COGBAR_ANIMATION_TIME 5 DECISECONDS
#define COGBAR_ANIMATION_TIME (0.5 SECONDS)

/**
* ### Cogbar
Expand Down

0 comments on commit 9823e1e

Please sign in to comment.