Skip to content

Commit

Permalink
[MIRROR] Fix vv handler for the confused var locked to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Oct 21, 2023
1 parent 5e1995c commit a092d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/vv_handlers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

/singleton/vv_set_handler/mob_confused/handle_set_var(datum/O, variable, var_value, client)
var/mob/mob = O
mob.set_confused(var_value)
mob.set_confused(var_value, var_value)

0 comments on commit a092d64

Please sign in to comment.