fix missing target in a balloon alert (#8092)

This commit is contained in:
Kashargul
2024-03-28 12:17:30 +01:00
committed by GitHub
parent 73fefecfc4
commit ac75d6bb29

View File

@@ -211,7 +211,7 @@
if(!do_mob(user, M, calc_duration * toolspeed, zone, exclusive = TRUE))
success = FALSE
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)
selected_surgery.end_step(user, M, zone, src)