Skip to content

Commit

Permalink
don't code tired
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Sep 11, 2023
1 parent 317e30f commit 8aa5918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/obj/nuclearreactor/nuclearreactor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@
glowstick_mat.setColor(rgb(stick.col_r*255, stick.col_g*255, stick.col_b*255))
var/obj/item/reactor_component/fuel_rod/glowsticks/result_rod = new /obj/item/reactor_component/fuel_rod/glowsticks(glowstick_mat)
src.component_grid[x][y]=result_rod
result_rod.set_loc(src)
user.u_equip(equipped)
equipped.set_loc(src)
qdel(equipped)
else
src.component_grid[x][y]=equipped
Expand Down

0 comments on commit 8aa5918

Please sign in to comment.