This was an incredibly easy fix that removed some stupid code I never should have had to fix. >:(
Hoists should be fixed when this is merged (and if this compiles, given my apparent coding skill).
This commit is contained in:
MarinaGryphon
2017-07-16 15:33:42 +03:00
committed by skull132
parent ace874a37d
commit 9eb0142bfb
2 changed files with 3 additions and 10 deletions
+2 -2
View File
@@ -94,5 +94,5 @@
/obj/structure/lattice/catwalk/hoist_act(turf/dest)
for (var/A in loc)
var/atom/movable/AM = A
AM.hoist_act(dest)
..()
AM.forceMove(dest)
..()