mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
fix missing target in a balloon alert (#8092)
This commit is contained in:
@@ -211,7 +211,7 @@
|
|||||||
if(!do_mob(user, M, calc_duration * toolspeed, zone, exclusive = TRUE))
|
if(!do_mob(user, M, calc_duration * toolspeed, zone, exclusive = TRUE))
|
||||||
success = FALSE
|
success = FALSE
|
||||||
to_chat(user, "<span class='warning'>You must remain close to and keep focused on your patient to conduct surgery.</span>")
|
to_chat(user, "<span class='warning'>You must remain close to and keep focused on your patient to conduct surgery.</span>")
|
||||||
user.balloon_alert("You must remain close to and keep focused on your patent to conduct surgery") // CHOMPEdit
|
user.balloon_alert(user, "You must remain close to and keep focused on your patent to conduct surgery") // CHOMPEdit
|
||||||
|
|
||||||
if(success)
|
if(success)
|
||||||
selected_surgery.end_step(user, M, zone, src)
|
selected_surgery.end_step(user, M, zone, src)
|
||||||
|
|||||||
Reference in New Issue
Block a user