Skip to content

Commit

Permalink
better loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Xander3359 committed Nov 2, 2023
1 parent 62bd6dd commit 27e3a1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/items/storage/large_holster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@
else
active_fuel = fuelB

for(var/action in actions)
var/datum/action/action_added = action
for(var/datum/action/action_added as anything in actions)
action_added.update_button_icon()

to_chat(user, "You switch the fuel tank to <b>[active_fuel.caliber]</b>")
Expand Down

0 comments on commit 27e3a1f

Please sign in to comment.