let's change a proc name

This commit is contained in:
kevinz000
2019-09-08 19:09:09 -07:00
parent d141457f23
commit d7ac8512f3
135 changed files with 291 additions and 291 deletions
+1 -1
View File
@@ -1648,7 +1648,7 @@
else
var/atom/O = new path(target)
if(O)
O.set_dir(obj_dir)
O.setDir(obj_dir)
if(obj_name)
O.name = obj_name
if(istype(O,/mob))