Skip to content

Commit

Permalink
codedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 7, 2023
1 parent 0a3df02 commit 254f36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ directive is properly returned.
if(loc)
return loc.return_gas()

// Updates the atom's transform
/// Updates the atom's transform compounding it with [/atom/var/base_transform]
/atom/proc/apply_transform(matrix/new_transform, time = 0, easing = (EASE_IN|EASE_OUT))
var/matrix/base_copy
if(base_transform)
Expand Down

0 comments on commit 254f36f

Please sign in to comment.