mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Merge remote-tracking branch 'upstream/dev-freeze' into dev
Conflicts: code/_onclick/click.dm code/game/objects/items/weapons/material/kitchen.dm code/modules/mob/living/silicon/ai/ai.dm
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
return 1
|
||||
if(is_full_window())
|
||||
return 0 //full tile window, you can't move into it!
|
||||
if(get_dir(loc, target) == dir)
|
||||
if(get_dir(loc, target) & dir)
|
||||
return !density
|
||||
else
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user