Skip to content

Commit

Permalink
Update chemsmoke.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 21, 2024
1 parent fc5b03a commit 8a10ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/effect_system/chemsmoke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
continue

var/offset = 0
var/points = floor((radius * 2 * PI) / arcLength)
var/points = round((radius * 2 * PI) / arcLength)
var/angle = round(ToDegrees(arcLength / radius), 1)

if(!IsInteger(radius))
Expand Down

0 comments on commit 8a10ee5

Please sign in to comment.