Skip to content

Commit

Permalink
Fira review
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Nov 6, 2023
1 parent 30413d5 commit c0041c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/cm_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GLOBAL_LIST_EMPTY(vending_products)
if(vend_dir_whitelist)
var/user_dir = get_dir(loc, user)
if(!(user_dir in vend_dir_whitelist))
return turf
return get_turf(user)
var/turf/relative_turf = get_step(user, vend_dir)
if(relative_turf)
return relative_turf
Expand Down

0 comments on commit c0041c8

Please sign in to comment.