mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Merge pull request #11946 from Lijah99/ACTUALLYFixesVehicleFootprints
ACTUALLY fixes footprints while in a vehicle/buckled
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
for(var/datum/mutation/human/HM in dna.mutations)
|
||||
HM.on_move(src, NewLoc)
|
||||
if(shoes)
|
||||
if(!lying)
|
||||
if(!lying && !buckled)
|
||||
if(loc == NewLoc)
|
||||
if(!has_gravity(loc))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user