mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +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:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user