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
@@ -118,7 +118,7 @@
// Also spawn doors and loot.
if(value == SD_DOOR_TILE)
var/obj/structure/S = new door_type(T, auto_open_doors)
S.set_dir(spawn_dir)
S.setDir(spawn_dir)
else if(value == SD_SUPPLY_TILE)
get_spawned_drop(T)