Skip to content

Commit

Permalink
Merge branch 'tg-effects-part2-poc' into tg-effects-part3a-daze
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 7, 2023
2 parents 4bbf589 + 03eb8c9 commit 26c3a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ Parameters are passed from New.
var/result = tgui_input_list(usr, "Choose the transformation to apply","Transform Mod", list("Scale","Translate","Rotate"))
if(!result)
return
var/matrix/M = base_transform
if(!result)
return
switch(result)
Expand Down

0 comments on commit 26c3a99

Please sign in to comment.