[MIRROR] Fix some more issues (#12321)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-24 23:50:47 +01:00
committed by GitHub
co-authored by Kashargul
parent b13d66ff41
commit 16dfa3fc1e
4 changed files with 5 additions and 5 deletions
@@ -148,7 +148,7 @@
icon = 'icons/obj/directional_test.dmi'
/obj/item/tool/screwdriver/test_driver/Initialize(mapload)
..()
. = ..()
icon_state = "screwdriver"
AddComponent(/datum/component/reactive_icon_update, directions = list(NORTH, EAST, SOUTH, WEST, SOUTHWEST, SOUTHEAST, NORTHEAST, NORTHWEST), range = 3)