mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user