Skip to content

Commit

Permalink
No VV/proccall click runtime (ParadiseSS13#28243)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 authored Feb 4, 2025
1 parent 89e32a5 commit fd04e5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/admin/verbs/modifyvariables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,7 @@ GLOBAL_PROTECT(VVmaint_only)

/client/proc/prompt_for_atom_click(prompt = "Click something!")
to_chat(src, "<span class='notice big'>[prompt]</span>")
var/datum/click_intercept/pick_atom/picker = new()
click_intercept = picker
var/datum/click_intercept/pick_atom/picker = new(src)
while(isnull(picker.picked))
if(isnull(src) || click_intercept != picker)
return null
Expand Down

0 comments on commit fd04e5a

Please sign in to comment.