Skip to content

Commit

Permalink
Fix laser_pointer/inifity_range having the wrong diode (#82940)
Browse files Browse the repository at this point in the history
Fixes an issue where diode in infinity_range laser pointer was servo,
not a micro-laser
  • Loading branch information
larentoun committed Apr 30, 2024
1 parent 039f625 commit 1873d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/laserpointer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

/obj/item/laser_pointer/infinite_range/Initialize(mapload)
. = ..()
diode = new /obj/item/stock_parts/servo/femto
diode = new /obj/item/stock_parts/micro_laser/quadultra

/obj/item/laser_pointer/screwdriver_act(mob/living/user, obj/item/tool)
if(diode)
Expand Down

0 comments on commit 1873d21

Please sign in to comment.