feat: add witnessed knowledge and wind ambience
This commit is contained in:
+3
-1
@@ -110,4 +110,6 @@ func is_near_activity_site(activity_site: ActivitySite) -> bool:
|
||||
if activity_site == null:
|
||||
return false
|
||||
|
||||
return global_position.distance_to(activity_site.get_interaction_position()) <= interaction_range
|
||||
return (
|
||||
global_position.distance_to(activity_site.get_interaction_position()) <= interaction_range
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user