Skip to content

Commit

Permalink
https://github.com/tgstation/tgstation/pull/56004
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Mar 31, 2024
1 parent 080f910 commit b86ba32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
return FALSE //PLEASE no.
if((var_name in careful_edits) && (var_value % world.icon_size) != 0)
return FALSE

switch(var_name)
if(NAMEOF(src, anchored))
set_anchored(var_value)
Expand Down Expand Up @@ -771,6 +771,8 @@

if(pulledby)
pulledby.stop_pulling()
if (quickstart && (throwing || SSthrowing.state == SS_RUNNING)) //Avoid stack overflow edgecases.
quickstart = FALSE
movement_type |= THROWN

throwing = TT
Expand Down

0 comments on commit b86ba32

Please sign in to comment.