Merge branch 'master' of https://github.com/tgstation/tgstation into pulls-tg-to-fix-shit

This commit is contained in:
Waterpig
2024-09-08 00:59:39 +02:00
1728 changed files with 273718 additions and 2237 deletions
@@ -12,8 +12,11 @@
var/atom/flee_from = controller.blackboard[target_key]
if(!should_flee(controller, flee_from))
return
<<<<<<< HEAD
if(!should_flee(controller, flee_from))
return
=======
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
var/flee_distance = controller.blackboard[BB_BASIC_MOB_FLEE_DISTANCE] || DEFAULT_BASIC_FLEE_DISTANCE
if (get_dist(controller.pawn, flee_from) >= flee_distance)
return