This commit is contained in:
Fluffy
2023-12-24 11:18:41 +00:00
committed by GitHub
parent 5f9e01fd27
commit 51a96cb43e
19 changed files with 88 additions and 38 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
if(!obstruction_check(start_location, destination))
if(assigned_controller)
assigned_controller.audible_message("\The [assigned_controller] buzzes loudly: <i>Obstruction detected!</i>")
playsound(assigned_controller.loc, "sound/machines/buzz-two.ogg", 50, 1)
playsound(assigned_controller.loc, 'sound/machines/buzz-two.ogg', 50, 1)
return FALSE
..()