Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 63cc83b

Browse files
dna console fix
1 parent 589566a commit 63cc83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/computer/dna_console.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
if((newgene == "J") && (jokerready < world.time))
496496
var/truegenes = GET_SEQUENCE(path)
497497
newgene = truegenes[genepos]
498-
jokerready = world.time + (JOKER_TIMEOUT - (JOKER_UPGRADE * connected_scanner.precision_coeff)) * (8 - user.get_skill(SKILL_SCIENCE)) / 8
498+
jokerready = world.time + (JOKER_TIMEOUT - (JOKER_UPGRADE * (connected_scanner.precision_coeff - 1))) * (8 - user.get_skill(SKILL_SCIENCE)) / 8
499499

500500
// If the gene is an X, we want to update the default genes with the new
501501
// X to allow highlighting logic to work on the tgui interface.

0 commit comments

Comments
 (0)