Skip to content

Commit

Permalink
Update code/game/objects/items/control_wand.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zwei <[email protected]>
  • Loading branch information
MstrKabach and Gottfrei authored Apr 18, 2024
1 parent ab3aa8b commit c0c77d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/control_wand.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
icon_state = "hacktool"
item_state = "hacktool"
emagged = TRUE
var/hack_speed = 10
var/hack_speed = 1 SECONDS
var/busy = FALSE

/obj/item/door_remote/omni/access_tuner/afterattack(obj/machinery/door/airlock/D, mob/user)
Expand Down

0 comments on commit c0c77d3

Please sign in to comment.