mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
fix a typo in can_pass_info decl (#29677)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user