mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-23 14:07:01 +01:00
edge case
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
return FALSE
|
||||
|
||||
var/turf/there = get_turf(H)
|
||||
return (H.z != 0 || (there && there.z == H.z))
|
||||
return (H.z != 0 || (there && there.z == here.z))
|
||||
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user