mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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))
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user