Upload files

This commit is contained in:
SandPoot
2021-10-05 00:33:49 -03:00
parent 2de686f4d6
commit bbe32fa38a
156 changed files with 830 additions and 413 deletions
+2 -2
View File
@@ -22,11 +22,11 @@
if(!ispath(objholder))
objholder = pick_closest_path(target_path)
if(!objholder)
alert("No path was selected")
tgui_alert(c, "No path was selected")
return
else if(ispath(objholder, /area))
objholder = null
alert("That path is not allowed.")
tgui_alert(c, "That path is not allowed.")
return
/datum/buildmode_mode/advanced/handle_click(client/c, params, obj/object)