Singularity Refactor

This commit is contained in:
Fox-McCloud
2015-06-10 20:04:28 -04:00
parent 276c218b8e
commit 2ad1c74457
49 changed files with 553 additions and 429 deletions
+5 -1
View File
@@ -191,4 +191,8 @@ obj/machinery/atmospherics/proc/check_connect_types_construction(obj/machinery/a
..()
/obj/machinery/atmospherics/proc/can_crawl_through()
return 1
return 1
/obj/machinery/atmospherics/singularity_pull(S, current_size)
if(current_size >= STAGE_FIVE)
Destroy()