Skip to content

Commit

Permalink
упс
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Jan 21, 2025
1 parent 38f1a87 commit 5553c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/arcade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
var/atom/movable/picked_prize = pick_n_take(prize_storage)

if(picked_prize)
picked_Prize.forceMove(get_turf(src))
picked_prize.forceMove(get_turf(src))
return

new prize(get_turf(src), score || rand(1, 10))
Expand Down

0 comments on commit 5553c50

Please sign in to comment.