Skip to content

Commit

Permalink
Update mech_interaction.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars authored Feb 3, 2024
1 parent 60424d9 commit f7797c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mechs/mech_interaction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
var/body_chosen = FALSE
if(selected_hardpoint == HARDPOINT_LEFT_HAND || selected_hardpoint == HARDPOINT_RIGHT_HAND)
arms_chosen = TRUE
body_choosed = FALSE
body_chosen = FALSE
else if(selected_hardpoint == HARDPOINT_BACK || selected_hardpoint == HARDPOINT_HEAD || selected_hardpoint == HARDPOINT_LEFT_SHOULDER || selected_hardpoint == HARDPOINT_RIGHT_SHOULDER)
arms_chosen = FALSE
body_choosed = TRUE
body_chosen = TRUE

if(!loc) return
var/adj = A.Adjacent(src) // Why in the fuck isn't Adjacent() commutative.
Expand Down

0 comments on commit f7797c0

Please sign in to comment.