Subsystem created... works!

This commit is contained in:
Purpose
2018-10-06 20:05:02 +01:00
parent bc67a1e39d
commit d335a5a4ce
15 changed files with 95 additions and 54 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
// After docking //
/atom/proc/postDock(obj/docking_port/S1)
if(smooth)
smooth_icon(src)
queue_smooth(src)
/obj/machinery/door/airlock/postDock(obj/docking_port/stationary/S1)
. = ..()
+1 -1
View File
@@ -15,5 +15,5 @@
/obj/effect/temp_visual/ripple/New()
. = ..()
smooth_icon(src)
queue_smooth(src)
animate(src, alpha=255, time=SHUTTLE_RIPPLE_TIME)