Fixes modular laser basic focusing lens (#22721)

changes:
- bugfix: "Fixes the base focusing lens for modular lasers not having
reliability."
This commit is contained in:
FenodyreeAv
2026-06-19 16:08:10 +00:00
committed by GitHub
parent 206bb29d52
commit 222505f244
2 changed files with 8 additions and 0 deletions
@@ -326,6 +326,7 @@
icon_state = "lens"
var/list/dispersion = list(2, 4, 6, 8, 10)
accuracy = 1
reliability = 45
repair_item = /obj/item/stack/material/glass
increasable_stats = list("reliability", "accuracy")
decreaseable_stats = list()