Don't Starve Revision History Viewer

Comparing Six Feet Under (Rev 86935) to All's Well That Maxwell (Rev 88237)

brains/tallbirdbrain.lua

404142434445464748
end local function GetNearbyThreatFn(inst) return FindEntity(inst, START_FACE_DIST, function(guy) return (guy:HasTag("character") or guy:HasTag("animal") ) and not guy:HasTag("tallbird") and not guy:HasTag("notarget") end) end local function KeepFaceTargetFn(inst, target)
40414243444546
end local function GetNearbyThreatFn(inst) return FindEntity(inst, START_FACE_DIST, nil, nil, {'tallbird', 'notarget'}, {'character', 'animal'}) end local function KeepFaceTargetFn(inst, target)