Skip to content

Commit

Permalink
as anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 19, 2024
1 parent 6c12d0c commit 698ef07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
smoke_gas.set_up(7, 0, get_turf(xeno), null, 6)
smoke_gas.start()

for(var/atom/current_atom in view(owner))
for(var/atom/current_atom as anything in view(owner))
if(istype(current_atom, /obj/item/device))
var/obj/item/device/potential_lightsource = current_atom

Expand Down

0 comments on commit 698ef07

Please sign in to comment.