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

Commit 0b68e86

Browse files
authored
mixed up (#22477)
1 parent 74e1151 commit 0b68e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/modules/mining/lavaland/doppelmirror.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
to_chat(user, span_notice("You knock on the mirror and call your reflection back into focus."))
6969
reflected.forceMove(src)
7070
update_icon(inhabited = TRUE)
71-
COOLDOWN_START(src, next_search, COOLDOWN_RECALL)
71+
COOLDOWN_START(src, next_recall, COOLDOWN_RECALL)
7272
if(istype(action, /datum/action/item_action/rerollmirror))
7373
if(!reflected)
7474
to_chat(user, span_notice("The mirror is dormant."))

0 commit comments

Comments
 (0)