lockcharge --> locked_down

This commit is contained in:
kevinz000
2020-01-07 12:04:41 -08:00
parent e4cfb1fa39
commit 5b2c4deaa0
10 changed files with 22 additions and 22 deletions
@@ -3,10 +3,10 @@
if(!stat)
if(!resting)
newflags |= MOBILITY_STAND
if(!lockcharge)
if(!locked_down)
newflags |= MOBILITY_MOVE
newflags |= MOBILITY_PULL
if(!lockcharge)
if(!locked_down)
newflags |= (MOBILITY_UI | MOBILITY_STORAGE)
mobility_flags = newflags
update_transform()