fix a typo in can_pass_info decl (#29677)

This commit is contained in:
warriorstar-orion
2025-06-24 18:12:41 +00:00
committed by GitHub
parent 01572c939c
commit df72674aed
+1 -1
View File
@@ -281,7 +281,7 @@
/// Are we being thrown?
var/thrown = FALSE
/// Are we anchored
var/anchored = FLASH_LIGHT_POWER
var/anchored = FALSE
/// Are we a ghost? (they have effectively unique pathfinding)
var/is_observer = FALSE