mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
powder that makes you say yes
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
if (flipped)
|
if (flipped)
|
||||||
if(get_dir(mover, target) == reverse_dir[dir]) // From elsewhere to here, can't move against our dir
|
if(get_dir(mover, target) == reverse_dir[dir]) // From elsewhere to here, can't move against our dir
|
||||||
return !density
|
return !density
|
||||||
else
|
|
||||||
return TRUE
|
return TRUE
|
||||||
if(istype(mover) && mover.checkpass(PASSTABLE))
|
if(istype(mover) && mover.checkpass(PASSTABLE))
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user