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
+1 -8
View File
@@ -260,12 +260,5 @@
return 1
/atom/movable/proc/hoist_act(turf/dest)
if (anchored)
return FALSE
forceMove(dest)
return TRUE
/obj/mecha/hoist_act(turf/dest)
forceMove(dest)
return TRUE
return TRUE