mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-27 14:46:16 +01:00
Redundant code
from floating animations
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
buckled_mob.buckled = null
|
||||
buckled_mob.anchored = initial(buckled_mob.anchored)
|
||||
buckled_mob.update_canmove()
|
||||
if(!buckled_mob.mob_has_gravity(buckled_mob.loc))
|
||||
buckled_mob.float(1)
|
||||
// if(!buckled_mob.mob_has_gravity(buckled_mob.loc))
|
||||
// buckled_mob.float(1)
|
||||
buckled_mob = null
|
||||
return
|
||||
|
||||
@@ -98,8 +98,8 @@
|
||||
M.loc = src.loc
|
||||
M.dir = src.dir
|
||||
M.update_canmove()
|
||||
if(!M.mob_has_gravity(M.loc))
|
||||
M.float(0)
|
||||
// if(!M.mob_has_gravity(M.loc))
|
||||
// M.float(0)
|
||||
src.buckled_mob = M
|
||||
src.add_fingerprint(user)
|
||||
return
|
||||
|
||||
@@ -142,8 +142,8 @@
|
||||
M.loc = src.loc
|
||||
M.dir = src.dir
|
||||
M.update_canmove()
|
||||
if(!M.mob_has_gravity(M.loc))
|
||||
M.float(0)
|
||||
// if(!M.mob_has_gravity(M.loc))
|
||||
// M.float(0)
|
||||
src.buckled_mob = M
|
||||
src.add_fingerprint(user)
|
||||
return
|
||||
Reference in New Issue
Block a user